@charset "UTF-8";
/*
Theme Name: 株式会社大宝建設
Theme URI: https://taihou-kensetsu.com/
Description:大宝建設は・一戸建ての新築分譲住宅を、門真市を中心とした、大東市、東大阪市、八尾市、東淀川区、茨木市の地域で販売・施工おります。地震に強い鉄骨3階建て住宅で安心の住まいもご提供します。分譲住宅の情報や重量鉄骨造の住宅は大宝建設にお任せ下さい！ 
Tags: 大宝建設,門真市,新築,分譲,大東市,東大阪市,八尾市,東淀川区,茨木市

*/

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

/* @group Reset */

*{ margin: 0;padding: 0}

a { text-decoration : none; color: #000; }
a:hover{ text-decoration: underline;}
a:hover img{
	opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
}
ul, ol { list-style : none}
img { vertical-align : middle}

input[type="text"] ,input[type="email"],input[type="tel"] {
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    background: #fff;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    background: #fff;
	width: 100%;
	border-radius: 5px;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
	color: #000;
	display: block; 
	margin: 20px auto 0
}
button,
input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: none;
	color: #fff;
	display: block; 
	margin: 0
}
button{ font-size: 1rem; margin: 0 ; padding: 0}
input[type="checkbox"] {
margin:0 10px}

/* @end */

/* @group Fluid-img */
img { max-width : 100%}
/* @end */

/* @group HTML */
html {
font-family: zen-kaku-gothic-antique, sans-serif;
font-weight: 500;
font-style: normal;
font-size : 100%; 
line-height : 1.5;}

body { width: 100%; }
div{width: 100%;}
div img{ width: 100%;}

.font-s1{
font-family: "montserrat", sans-serif;
font-weight: 600;
font-style: normal;}
.font-s2{
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;
}

body { width: 100%;}

/* @end */

/* @group Heading */

h1 {
font-size : 2.25rem; /* 20px */
line-height : 1 /* 20px */ } 

h2 {
font-size : 1em; /* 16px */
line-height : 1.3333 /* 48px */ } 

h3 {
font-size : 0.875em; /* 14px */
line-height : 1; /* 24px */
margin-bottom : 1em } 


main{ display: block; width: 100%; }

.green{ background: #288530}
.orange{ background:#DD6A0E}


/* @end */

/* @group Shear */
.pc{ display:none;}
.sp{ display:inherit; }
.tb{ display: none;}
.tbsp{ display:inherit;}

/*=============
base
==============*/
html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}

/* @group Header */
header{ width: 100%; position: fixed; top:0; z-index: 60; padding: 0; background: #fff}
header .hgr{ width: 100%; padding: 0;  margin: 0 auto}
header .hgr .head-menu-sub{ width: 100%; overflow: hidden; }
header .hgr .head-menu-sub nav{ width:30px; float: right; margin-top: 30px; margin-right: 5% }
header .hgr .head-menu-sub h1{ width: 240px; float: left; text-align: center; padding: 10px 0 10px 3%;}
header .hgr .head-menu-sub .head-sub-left{ display: none}
header .hgr .head-menu-sub div.searchform{ width: 195px; border:1px solid #ccc; float: right; margin-left: 40px; margin-top: 19px; margin-right: 14px; display: none}
header .hgr .head-menu-sub div.searchform input{ width: 80%; border:none}
header .hgr .head-menu-sub div.searchform input.no-form{ display: none}
header .hgr .head-menu-sub div.searchform input.search-btn{ width: 25px; margin-top: 4px; display: block; float: right; margin-right: 10px; }
header .hgr .head-menu-sub .grand-menu{ display: none}

/* @group ハンバーガーメニュー */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 32px;
  height: 29px;
z-index: 3
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: #19458F;
	border-radius: 50px
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 7px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* @end */

/* @group ヘッダーメニュー　dropdown-menu */
.smp-dpmenu{ 
	position:fixed; 
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index:2;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition-duration:1s;background-color:rgba(248,248,248,0.9);padding:0;max-height:0;
	text-align: center; 
	font-size: 1.125rem;
}
.smp-dpmenu.open{padding:95px 0 0 0; max-height:100%;}
.dropdown-menu{  overflow:hidden; width:90%; height: auto; overflow-y: auto; margin: 72px auto 0}

.dropdown-menu li{ line-height:1em; list-style:none; padding:25px 0; overflow: hidden;  font-weight: 300; text-align: left; border-bottom: 2px solid #E5E5E5; background: url("assets/images/arrows.svg")no-repeat center right; background-size: 9px}
.dropdown-menu li a{display:block; color:#000;  width:100%; text-decoration: none; font-size: 1.125rem; font-weight: 500}
.dropdown-menu li span{ font-size: 1.25rem; color: #006934; margin-top: 5px; width: 30%; display: inline-block}
.dropdown-menu li.dr-menu a.btn{ float: right; background: none; width: 100%; padding-left: 0px; text-align: center;}
.dropdown-menu li.dr-menu a span i.material-icons{ vertical-align: -6px}
.dropdown-menu li.dr-menu-ex a.btn-ex{ float: right; background: none; width: 100%; padding-left: 0px; text-align: center;}
.dropdown-menu li.dr-menu-ex a span i.material-icons{ vertical-align: -6px}
.smp-dpmenu .telno{ width: 300px; margin: 20px auto 5px}
.smp-dpmenu ul.contactbtn-list{ width: 90%; display: flex; margin: 30px auto; justify-content: center; }
.smp-dpmenu ul.contactbtn-list li{ width: 40%; margin-right: 10px}
.smp-dpmenu ul.contactbtn-list li:last-child{ margin-right: 0}
.smp-dpmenu .logo-spmenu{ width: 300px; margin: 30px auto}
.smp-dpmenu .opendetail{ width: 300px; margin: 0 auto 20px; text-align: left; font-size: 1rem}

.btn > span:last-of-type,
        .btn.active > span:first-of-type
        {
            display: none;
        }
 
.btn.active > span:last-of-type {
            display: inline;
        }
.btn-ex > span:last-of-type,
        .btn-ex.active > span:first-of-type
        {
            display: none;
        }
 
.btn-ex.active > span:last-of-type {
            display: inline;
        }


.smp-dpmenu .dr-sub-menu li:nth-child(3n){ margin-right: 0;}
.smp-dpmenu .contact-btn a:hover{
	opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
}
.smp-dpmenu .dr-sub-menu li a:hover{
	opacity: 0.6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
}
.smp-dpmenu p.add{ text-align: center; font-size: 0.875rem; color: #fff; margin-top: 20px; font-weight: normal; letter-spacing: 0.01em}

.first{ width: 100%; position: relative}

/* スクロールダウンの位置 */
.scroll { display: none}

/* slider CSS */
.swiper--wrapper {
  width: 100%;
}
.swiper-pagination{ position: relative; margin-top: 20px}
.swiper-pagination-bullet { width: 30px; height: 5px; border-radius: 0}
.swiper-pagination-bullet-active{ background: #2A2A2A;}
.main-slider{ margin-top: 75px}
.pick-up{ width: 100%; background: #F8F8F8; padding: 50px 3%}
.pick-up h1{ font-size: 1.875rem; text-align: center; margin-bottom: 20px}
.card01{ overflow: hidden;}
.card01 .swiper{ overflow: visible;}
.card01 .slidebox{ width: auto;}
.card01 .swiper-button-prev, .card01 .swiper-button-next{ background: #C8D3E4; border-radius: 100px; color: #fff}
.card01 .swiper-button-prev .swiper-navigation-icon,.card01 .swiper-button-next .swiper-navigation-icon{ width: 8px}
.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
  border-color: #fff;
}
.card01 .swiper-button-prev {
  right: calc(100% - 1.6rem);
}
.card01 .swiper-button-prev {
    right: calc(100% - 5.2rem);
  }
.card01 .swiper-button-next {
  left: calc(100% - 1.6rem);
}
.card01 .swiper-button-next {
    left: calc(100% - 5.2rem);
  }
.card01 .slidebox {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
}
.card01 .slidebox img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
.card01 .slidebox:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
.card01 .slide-media {
  padding-top: 50px;
}
.card01 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card01 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}
.card01 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	margin-bottom: 10px
}
.card01 a { color: #000;}
.card01 a:hover{ text-decoration: none}
.card01 p{ font-size: 0.875rem}
.card01 .swiper-slide{  width: 45%;}
.card01 .swiper-slide:not(.swiper-slide-visible) .slidebox {
  pointer-events: none;
  opacity: 0.3;
}
.news{ width: 93.75%; margin: 40px auto; }
.news h1{ font-size: 1.875rem; text-align: center}
.news ul{ width: 100%; margin: 40px 0; }
.news ul li{ width: 100%; margin-bottom: 10px; line-height: 160%; font-size: 1rem; border-bottom: 1px solid #E5E5E5; padding-bottom: 10px}
.news ul li span{ display: block; font-weight: 800}
.news ul li a{ color: #000}
.btn1 a{ width: 300px; border: 1px solid #E5E5E5; padding: 20px 0; text-align: center; margin: 0 auto; display: block; color: #000; border-top-left-radius: 10px; border-bottom-right-radius: 10px; background: url("assets/images/shaer/arrows01.svg")no-repeat 92% center; background-size: 20px}
.btn1 a:hover{ text-decoration: none; background:url("assets/images/shaer/arrows01.svg")no-repeat 92% center #E5E5E5; background-size: 20px }
.btn2 a{background: url("assets/images/shaer/arrows01.svg")no-repeat 92% center #fff; margin-bottom: 10px; background-size: 20px; padding: 20px 0;}
.btn2 a:hover{text-decoration: none; background:url("assets/images/shaer/arrows01.svg")no-repeat 92% center #EEF2F7; background-size: 20px}
.btn2:last-child a{ padding: 10px 0;}
.recommend{ width: 100%; overflow: hidden; border-top:1px solid #E5E5E5}
.recommend article{ width: 50%; float: left; border-bottom:1px solid #E5E5E5; border-right: 1px solid #E5E5E5; padding: 10px 2% 28px; background: url("assets/images/shaer/readmore.svg")no-repeat 97% 97%; background-size: 80px}
.recommend article:hover{ background: url("assets/images/shaer/readmore.svg")no-repeat 97% 97% #C8D3E4; background-size: 80px}
.recommend article:nth-child(2n){ border-right: none}
.recommend article .icon-box{ width: 100%; overflow: hidden; margin-bottom: 10px}
.recommend article .icon-box .area-title{ font-size: 0.875rem; float: left; margin-top: 14px}
.recommend article .icon-box .house-icon{ color: #fff; text-align: center; padding: 18px 0; width: 55px; border-radius: 100%; font-size: 0.75rem; float: right}
.recommend article .icon-box .oldapart{padding: 9px 2px; width: 55px;}
.recommend article .house-detail{ width: 100%; padding: 0 4%}
.recommend article .house-detail .house-list-img{ width: 100%; overflow: hidden; border-radius: 10px; height: 127px}
.recommend article .house-detail .house-list-img img{ width: 100%; height: auto !important;}
.recommend article .house-detail .housetitle{ font-size: 1rem; margin: 10px 0; line-height: 160%}
.recommend a article { color: #000}
.price{ font-size: 1.5625rem; text-align: right; font-weight: 500; }
.price span{ font-size: 1.25rem}
.recommend article .house-detail .housedetail{ font-size: 0.875rem; line-height: 160%; font-weight: 500; margin-bottom: 10px; height: 188px}
.recommend article .house-detail .point-txt{ color: #19458F; font-size: 0.875rem; }
.recommend article .house-detail ul.houselisttab{ width: 100%; overflow: hidden; margin: 20px 0; height: 306px}
.recommend article .house-detail ul.houselisttab li{ width: auto; float: left; margin-right: 10px; border-radius: 5px; padding: 5px 6px; font-size: 0.75rem; color: #fff; margin-bottom: 10px}
.recommend .notfound{ text-align: center; margin-bottom: 20px}
.newhouse{ background: #DD2C2C; }
.oldhouse{background: #DD662C}
.land{background: #2A61B4}
.oldapart{ background: #2AB474}
.reform-c{ background:#C86017}
.tab01{ background: #DD662C}
.tab02{background: #2AB4A6}
.tab03{ background: #51A8DD}
.tab04{background: #79CE2D}
.tab05{ background: #9D28C0}
.tab06{ background: #19458F}
.saerch{ width: 100%; background: url("assets/images/top/saerch-bg-sp.svg")no-repeat left top; background-size: 100%; padding: 200px 0 0; margin-top: 80px}
.saerch ul.arealist{ width: 100%; padding: 0 10%; background: #F8F8F8; overflow: hidden; padding-bottom: 50px}
.saerch ul li{ width: 45%; float: left; margin-right: 10%; margin-bottom: 20px}
.saerch ul li:nth-child(2n){ margin-right: 0}
.saerch ul li:last-child{ margin: 0 auto; float: none}
.aboutus{ width: 100%; }
.aboutus .scroll-area{ width: 100%; overflow: hidden}
.aboutus .scroll-area .swiper-wrapper {
  transition-timing-function: linear;
}
.aboutus .scroll-area .swiper-slide{ width: 30%; margin-right: 4%}
.aboutus .scroll-area .swiper-slide img {
  height: auto;
  width: 100%;
}
.aboutus .about-incontents{ position: relative; background: url("assets/images/shaer/home-about-bg.png")no-repeat top left #C8D3E4; background-size: 100%; padding: 30px 0; height: 900px}
.aboutus .about-incontents .about-contents{ position: absolute; top:55px; z-index: 10; width: 100%; }
.aboutus .about-incontents .about-contents .about-contents-up{ width: 100%; overflow: hidden; padding: 0 3%;}
.aboutus .about-incontents .about-contents .about-contents-up h1{ writing-mode: vertical-rl; background: #fff; text-orientation: upright; font-size: 1.75rem; padding: 6px; letter-spacing: 0.1em; width: auto; float: left}
.aboutus .about-incontents .about-contents .about-contents-up p{ float: right; width: 80%; font-size: 0.875rem; margin-top: 120px; line-height: 180%}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner{ width: 100%; margin-bottom: 40px}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul{ width: 100%; overflow: hidden}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul li{ margin-right: 5%; margin-top: 20px; width: 30%; float: left}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul li img{ width: 100%}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul li:last-child{ margin-right: 0}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul.spec2{ width: 65%; margin: 0 auto}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul.spec2 li{ width: 46.5%; margin-right: 7%;}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul.spec2 li:last-child{ margin-right: 0}
.aboutus .about-incontents .about-contents .about-contents-down{ width: 100%; padding: 0 3% 40px; background:#C8D3E4 }
.aboutus .about-incontents .about-contents .about-contents-down li{ width: 80%; margin:0 auto 20px}

.color01{ color: #19458F}
.color02{color: #DD662C}

.page-template .footer-contents,.single .footer-contents{margin-top: 0;}
.footer-contents{ width: 100%; background:url("assets/images/shaer/footer-bg.jpg")no-repeat left top; background-size: 100%; padding-top: 0; margin-top: 124%;}
.footer-contents .footer-lcontents{ width: 100%; margin-top: 60px}
.footer-contents .footer-lcontents h2{ background: #EEF2F7; padding: 10px 20px 10px 0; border-top-right-radius: 10px; display: inline-block; }
.footer-contents .footer-lcontents h2 i{ font-style: normal; margin-left: 20px}
.footer-contents .footer-lcontents h2 span{ border-bottom: 2px solid #19458F; display: block; margin-top: 5px}
.footer-contents .footer-lcontents .footer-lcontents-inner{ background: #EEF2F7; padding: 20px 3%}
.footer-contents .footer-lcontents h1{ line-height: 120%; margin-bottom: 15px}
.footer-contents .footer-lcontents p{ font-size: 1rem; line-height: 180%}
.footer-contents .footer-rcontents{ width: 100%; background: #EEF2F7; padding:30px 3% }
.footer-contents .footer-rcontents img{ width: 70%; margin: 10px auto; text-align: center; display: block; margin-bottom: 30px}
.googlemap {
    position: relative;
    width: 100%;
    padding-top: 300px;
    /* 16:9のアスペクト比 */
    height: 0;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.access-way{ width: 100%;  }
.access-way .access-box{ width: 100%; padding: 20px 3%; border-bottom: 1px solid #E5E5E5}
.access-way .access-box:last-child{ border-bottom: none}
.access-way .access-box h1{ font-size: 1.25rem; margin-bottom: 10px}
p.txt{ font-size: 0.875rem; line-height: 160%}
.btn3 a{ background: #2A2A2A; color: #fff; text-align: center; padding: 10px 0; width: 100%; display: block; margin: 10px 0 0 0}
.map a{ background: url("assets/images/shaer/map-icon.svg")no-repeat 90% center #2A2A2A; background-size: 15px}
.arrows a{ background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 90% center #2A2A2A; background-size: 15px}
.access-way .access-box .telno{ font-size: 2.1875rem; overflow: hidden}
.access-way .access-box .telno img{ width: 40px; margin-right: 6px; float: left; margin-top: 4px}
.access-way .access-box .telno span{ display: block; float: left; line-height: 100%;}
.access-way .access-box .arrows{ overflow: hidden; text-align: center}
.arrows img{ width: 14px; margin-right: 5px;  margin-top: -2px}

footer{ width: 100%; margin-bottom: 50px}
footer .fc{ background: #2A2A2A; color: #fff;}
footer .fc h1{ font-size: 2rem; text-align: center; margin-bottom: 20px}
footer .fc .fc-menu{ overflow: hidden}
footer .fc .fc-menu .fc-menubox{ width: 90%; margin: 0 auto}
footer .fc .fc-menu .fc-menubox li{ color: #fff; width: 100%; border-bottom: 1px solid #E5E5E5; margin-bottom: 10px; padding-bottom: 10px}
footer .fc .fc-menu .fc-menubox li a{ color: #fff;}
footer .fc .fc-menu .fc-menubox ul.accordion-box li{ width: 90%; margin-left: 5%; border-bottom: 1px solid #515151; margin-top: 10px}
footer .fc .fc-menu .fc-menubox ul.accordion-box li:last-child{ border-bottom: none}
footer .fc .copy{color: #515151; font-size: 1.625rem; text-align: center}
.js-accordion--close{
  display: none;
}
.accordion-box{
  height:0;
  overflow:hidden;
  transition:.4s ease;
}
.js-accordion{
  position: relative;
  padding: 0 40px 0 0 ;
}
.js-accordion::before{
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
	border-radius: 100px
}
.js-accordion::after{
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .6s ease;
border-radius: 100px
}
.js-accordion.is-accordion--open::before{
  transform: rotate(90deg);
}
.js-accordion.is-accordion--open::after{
  transform: rotate(-180deg);
}
.js-accordion.is-accordion--open + .accordion-box{
  height: auto;
  opacity: 1;
}

/*house list*/
.title-box{ width: 100%; margin-top: 88px; background: url("assets/images/shaer/list-bg-sp.png")no-repeat top right; background-size: 80%; padding-top: 25px}
.onebg{ width: 100%; margin-top: 88px; background: url("assets/images/shaer/list-bg-one-sp.png")no-repeat top right; background-size: 80%; padding-top: 25px }
.houselist-bg{ width: 100%; background: url("assets/images/other/housedetail-titlebg-sp.png")no-repeat top left; background-size: 80%; }
.otherlist-bg{ width: 100%; background: url("assets/images/other/houselist-titlebg-sp.png")no-repeat top left; background-size: 80%; }
.title-box h1{ width: 93.75%; margin: 0 auto; text-align: center; font-size: 1.5625rem; color: #19458F; padding-top: 60px; margin-bottom: 68px}
.title-box h1 span{ display: block; color: #DD662C; font-size: 0.875rem; margin-top: 7px; letter-spacing: 0.12em}


.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
	background: #19458F;
	color: #fff;
	padding: 3px 40px 3px 10px;
	font-size: 0.875rem
}
.breadcrumb li a{ color: #fff; }
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; 
  color: #fff;
	
}
.saerch-area-box{ width: 100%; background: #F8F8F8; padding: 50px 0}
.saerch-area-box h1{ text-align: center; font-size: 1.25rem}
.saerch-area-box h1 img{ width: 16px; margin-top: -5px}
.saerch-area-box nav ul{ width: 93.75%; overflow: hidden; margin: 20px auto 0}
.saerch-area-box nav ul li{ width: 49%; margin-right: 2%; float: left; color: #fff; text-align: center; }
.saerch-area-box nav ul li a{ color: #fff; font-size: 0.875rem; background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 95% center #2A2A2A; background-size: 15px; width: 100%; display: block; padding: 10px 0; margin-bottom: 10px}
.saerch-area-box nav ul li:nth-child(2n){ margin-right: 0;}
.saerch-area-box nav ul li a:hover{ background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 95% center #999; background-size: 15px; text-decoration: none}

.houselist-box{ width: 100%; margin: 40px 0}
.kadomaarea-content{display: none;}
.kadomaarea-content.show { display: block;}
.moriguchiarea-content{display: none;}
.moriguchiarea-content.show { display: block;}
.daitoarea-content{display: none;}
.daitoarea-content.show { display: block;}
.osakaarea-content{display: none;}
.osakaarea-content.show { display: block;}
.otherarea-content{display: none;}
.otherarea-content.show { display: block;}
.recommend p.none{ text-align: center; margin-bottom: 30px}
.houselist-box .area-nav{ width: 100%; border-bottom: 3px solid #000; overflow: scroll; padding-left: 3%; overflow-x:scroll; overflow-y: hidden }
.houselist-box .area-nav ul{ width: 640px; overflow: hidden; margin: 0 auto}
.houselist-box .area-nav ul li{ width: 150px; float: left; margin-right: 10px; text-align: center; border:1px solid #000; padding: 10px 0; border-bottom: 0; counter-reset: 0.875rem; border-top-left-radius: 10px; border-top-right-radius: 10px}
.houselist-box .area-nav ul li.active{ background: #C8D3E4}

.scroll-a::-webkit-scrollbar {
  width: 12px; /* 横幅 */
}
.scroll-a::-webkit-scrollbar-thumb {
  background: #19458F; /* ハンドルの色 */
}
.scroll-a::-webkit-scrollbar-track {
  background: #C8D3E4; /* 背景色 */
}
.content-container h2{ font-size: 1.125rem; text-align: center; padding: 25px 0; font-weight: 500}
.housedetail-bg{ width: 100%; background: url("assets/images/other/housedetail-titlebg-sp.png")no-repeat top left; background-size: 80%; }
.detail-box{ width: 100%;  background:url("assets/images/shaer/gr-bg.svg")no-repeat left top; background-size: 100%; padding: 30px 3%}
.detail-box h1{ font-size:1.25rem; line-height: 130%; margin-bottom: 15px }
.detail-box nav{ width: 100%; }
.detail-box nav ul{ width: 100%; overflow: hidden; margin: 10px 0}
.detail-box nav ul li{ width: auto; float: left; margin-right: 10px; text-align: center; color: #fff; padding: 3px 5px; border-radius: 4px; font-size: 0.75rem; margin-bottom: 6px}
.data-box{ width: 100%; margin: 20px 0}
.data-box .data-point{ width: 100%; margin-bottom: 40px;}
.data-box .data-point .price{ text-align: left; margin-bottom: 15px;}
.data-box .data-point p{ font-size: 0.875rem; line-height: 180%}
.contect-btn .btn3 a span{ font-size: 0.875rem}
.contect-btn .btn3 a:hover{ text-decoration: none}
.contect-btn .arrows a{ background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 95% center #2A2A2A; background-size: 15px}
.slider-box{ width: 93.75%; margin: 0 auto; overflow: hidden;}
.detailswiper{position: relative}
.slider-box .swiper-button-prev, .slider-box .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: -11%;
  bottom: 0;
  margin: auto;
	width: 18px;
}
.slider-box .swiper-pagination-bullet { width: 20px; height: 5px; border-radius: 0}
.detailswiper{ border-radius: 10px;}
.plotbox{ width: 100%; margin: 40px 0}
.plotbox .plot{ width: 100%; margin-bottom: 50px}
.plotbox .plot h2{ font-size: 1.125rem; }
.plotbox .plot .map-img{ width: 100%; overflow: hidden; border-radius: 10px; border:1px solid #ccc; display: flex;
  justify-content: center; margin-top: 15px}
.plotbox .plot .map-img img{ width: 80%;}
.floorslide{ width: 100%; overflow: hidden; border-radius: 10px; border:1px solid #ccc; margin-top: 15px}
.floorslide-in{ width: 80%; margin: 0 auto; overflow: hidden}
.housedetail{ width: 100%; margin: 40px 0;}
.housedetail h1{ font-size: 1.125rem; }
.housedetail .housedetailbox{ width: 100%; border-top:2px solid #000; border-bottom:2px solid #000;}
.housedetail .housedetailbox table{ width: 100%; border-collapse:  collapse;}
.housedetail .housedetailbox table th,.housedetail .housedetailbox table td{ font-size: 0.875rem; font-weight: normal; padding: 15px 10px; text-align: left; border-bottom: 1px solid #000;}
.housedetail .housedetailbox table th{ width: 30%; font-weight: 500}
.housedetail .housedetailbox table td{ width: 70%}

/* リフォーム */
.contentbox{ width: 100%; margin: 50px 0; }
.contentbox h1.untitle{ font-size: 1.25rem; width: 93.75%; margin: 0 auto}
.content-titlebox{ padding: 0 3%; margin-top: 30px}
.reform-bg{ width: 100%; background: url("assets/images/reform/reform-titlebg-sp.png")no-repeat top left; background-size: 80%; }
.content-titlebox h1{ font-size: 1.875rem; line-height: 130%; margin-bottom: 30px}
.content-titlebox p{ font-size: 0.875rem; line-height: 180%; margin-bottom: 20px}
.reform-icon-list{ width: 93.75%; margin: 60px auto}
.reform-icon-list h1{ margin-bottom: 30px}
.reform-list{ width: 100%; overflow: hidden; margin: 30px 0}
.reform-list article{ width: 49%; margin-right: 2%; float: left; text-align: center; margin-bottom: 20px}
.reform-list article:nth-child(2n){ margin-right: 0}
.reform-list article img{ width: 73px; margin-bottom: 20px}
.reform-list article h3{ font-size: 1rem; line-height: 140%}
.reform-list article p{ font-size: 0.75rem; line-height: 160%; letter-spacing: 0.01em; text-align: left}
span.mark01{ background:url("assets/images/reform/blue-line.png")repeat-x bottom; background-size: auto}
span.mark02{ background:url("assets/images/reform/orenge-line.png")repeat-x bottom; background-size: auto}
span.mark03{ background:url("assets/images/reform/perple-line.png")repeat-x bottom; background-size: auto}
span.mark04{ background:url("assets/images/reform/green-line.png")repeat-x bottom; background-size: auto}
.renovation{ width: 100%; background: url("assets/images/reform/blue-bg.png")left bottom; background-size: 100%; padding: 30px 0 0 0 }
.buybox{ width: 100%; background: url("assets/images/shaer/blue-bg02.png")no-repeat left top; background-size: 100%; padding: 30px 0 }
.renovation img{ width: 93.75%; margin: 0 auto 20px; display: block}
.renovation .renovation-txtbox{ width: 93.75%; margin: 0 auto 20px; background-color:rgba(255,255,255,0.9); padding: 40px 3%; border-radius: 10px }
.renovation .renovation-txtbox h2{ text-align: center; font-size: 1.25rem; margin-bottom: 20px}
.renovation .renovation-txtbox p{ font-size: 0.875rem; line-height: 180%}
.reform-flow{ width: 100%; margin: 40px 0}
.flowbox{ width: 93.75%; margin: 30px auto}
.flowbox h1{ text-align: center; width: 100%; border-bottom: 2px solid #2A2A2A; margin-bottom: 30px}
.flowbox h1 span{background: #2A2A2A; border-top-left-radius: 10px; border-top-right-radius: 10px;color: #fff; padding: 13px 0; font-size: 1.125rem; font-weight: 500; width: 95%; display: block; margin: 0 auto}
.flowbox article{ width: 100%; margin: 20px 0; padding: 0 0 50px; background-size: 200%;}
.flowbox article h3{ font-size: 1.125rem; margin-bottom: 20px; line-height: 160%}
.flowbox article p{ font-size: 0.875rem; line-height: 180%}
article.flow01{ background:url("assets/images/reform/flow01.svg")no-repeat bottom center; }
article.flow02{ background:url("assets/images/reform/flow02.svg")no-repeat bottom center; }
article.flow03{ background:url("assets/images/reform/flow03.svg")no-repeat bottom center; }
article.flow04{ background:url("assets/images/reform/flow04.svg")no-repeat bottom center; }
article.flow05{ background:url("assets/images/reform/flow05.svg")no-repeat bottom center; }
article.flow06{ background:url("assets/images/reform/flow06.svg")no-repeat bottom center; }
article.flow07{ background:url("assets/images/reform/flow07.svg")no-repeat bottom center; }
article.flow03-2{ background:url("assets/images/reform/flow03-end.svg")no-repeat bottom center; }

/*買取*/
.buy-bg{ width: 100%; background: url("assets/images/other/land-titlebg-sp.png")no-repeat top left; background-size: 80%; }
.land-buy{ width: 93.75%; margin: 30px auto; text-align: center}
.land-buy h2{ font-size: 2rem; margin-bottom: 20px; }
.land-buy p{ font-size: 0.875rem; line-height: 180%; margin-bottom: 50px}
.land-buy img{ width: 90%; margin: 0 auto; display: block}
.ex-box ul{ width: 100%; overflow: hidden}
.ex-box ul li{ width: 49%; float: left; padding: 20px 0; border-radius: 100px; font-size: 0.75rem; margin-right: 2%; margin-bottom: 10px}
.ex-box ul li:nth-child(3){padding: 12px 0; }
.ex-box ul li:nth-child(2n){ margin-right: 0}
.ex-box ul li span{ font-size: 0.625rem; display: block;}
.ex-box ul li.cbg01{ background: #D3E9F3}
.ex-box ul li.cbg02{ background: #E3EEBA}
.ex-box ul li.cbg03{ background: #FFECC2}
.ex-box ul li.cbg04{ background: #E9DEF2}
.ex-box ul li.cbg05{ background: #F2DEDE}
.ex-box ul li.cbg06{ background: #DEEFF2}
.land-buy h3{ width: 80%; margin: 20px auto 10px}
.land-buy-step{ width: 100%; background: #EEF2F7; padding: 30px 3%}
.land-buy-step article{ width: 100%; background:#fff; border-radius: 20px; padding: 0 3% 20px 0; margin-bottom: 30px; display: inline-block;
  position: relative;}
.land-buy-step article::before {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  margin-left: -20px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.land-buy-step article p.steptp{ background: #19458F; color: #fff; font-weight: 500; text-align: center; padding: 10px 20px; display: inline-block; border-bottom-right-radius: 20px; border-top-left-radius: 20px; margin-bottom: 20px; }
.land-buy-step article h3{ margin-left: 3%; font-size: 1.125rem; margin-bottom: 20px}
.land-buy-step article p.txt{ margin-left: 3%; font-size: 0.875rem; line-height: 180%}

/*実例紹介*/
.exlist-bg{ width: 100%; background: url("assets/images/other/ex-titlebg-sp.png")no-repeat top left; background-size: 80%; }
.exlist-content{display: none;}
.exlist-content.show { display: block;}
.exlist-content .recommend article{ padding: 40px 2% 10px; }
.content-container .exlist-content h2{ font-size: 1.125rem; text-align: left; padding: 10px 0; font-weight: 500}
.exlist-content .housedetail{ margin: 0;}
.exlist .area-nav ul{ width: 100%; overflow: hidden; margin: 0 auto}
.exlist .area-nav ul li{ width: 48%; float: left; margin-right: 2%; text-align: center; border:1px solid #000; padding: 10px 0; border-bottom: 0; font-size: 0.875rem; border-top-left-radius: 10px; border-top-right-radius: 10px}
.exlist .area-nav ul li:last-child{ margin-right: 0}
.exlist .area-nav ul li.active{ background: #C8D3E4}
.exlist  .area-nav{ overflow: hidden}
.exdetail-bg{ width: 100%; background: url("assets/images/other/ex-title-detailbg-sp.png")no-repeat top left; background-size: 80%; }
.exdetail{ width: 93.75%; margin: 30px auto}
.exdetail h1{ font-size: 1.125rem; margin-bottom: 20px}
.exdetail nav ul{ width: 100%; overflow: hidden; margin-bottom: 20px}
.exdetail nav ul li{ width: auto; padding: 3px 10px; color: #fff; text-align: center; display: inline-block; border-radius: 5px; margin-right: 5px; font-size: 0.75rem}
.exdetail p{ font-size: 0.875rem; line-height: 180%; margin-bottom: 0; width: 100%}
.exdetail img{ border-radius: 10px; margin: 10px 0}

/*会社概要*/
.company-bg{ width: 100%; background: url("assets/images/other/company-title-detailbg-sp.png")no-repeat top left; background-size: 80%; }
.message{ width: 93.75%; margin: 20px auto; }
.message p{ font-size: 0.875rem; line-height: 180%}
p.txtright{ text-align: right; margin-top: 20px; font-size: 1rem}
.company-list{ width: 93.75%; margin: 30px auto;}
.company-list h1{ font-size: 1.125rem; }
.company-list table{ width: 100%; margin-top: 15px; border-top: 2px solid #000; border-bottom: 2px solid #000;}
.company-list table tr th,.company-list table tr td{ width: 100%; display: block; text-align: left; padding: 10px; border-bottom: 1px solid #000; font-size: 0.875rem}
.company-list table tr th{ border-bottom: 1px dashed #ccc }
.achiecements{ width: 93.75%; margin: 0 auto}
.achiecements h1.untitle{ width: 100%; font-size: 1.25rem;  margin: 0 auto}
.achiecements h2{ font-size: 1.5625rem; margin: 10px 0}
.achiecements p{ font-size: 0.875rem}
.achiecements .atbox{ width: 100%; background: #EEF2F7; padding: 40px 3%; margin: 20px 0; border-radius: 10px}
.achiecements .atbox h3{ font-size: 1.125rem; text-align: center}
.achiecements .atbox img{ width: 80%; margin: 0 auto 20px; display: block}
.partner-list{ width: 93.75%; margin: 30px auto}
.partner-list h1{ font-size: 1.125rem; line-height: 180%}
.partner-list h1 span{ font-size: 0.875rem; font-weight: 400; display: inline-block; margin-left: 10px }
.partner-list h1 i{font-size: 0.875rem; font-style: normal; font-weight: 400; text-align: right; display: block; }
.partner-list nav{ width: 100%; border-top:2px solid #000; border-bottom:2px solid #000; padding: 20px 0}
.partner-list nav ul{ width: 100%; margin: 0 4%;}
.partner-list nav ul li{ font-size: 0.875rem; line-height: 180%; list-style: disc; }
.contact{background: #FFF}
.contact-bg{ width: 100%; background: url("assets/images/other/contact-title-sp.png")no-repeat top left; background-size: 80%; }
.contact-box{ width: 100%; margin: 30px 0; padding: 0 0 50px 0 }
.contact-box table{ width: 93.75%; margin: 0 auto}
.contact-box table th{ width: 100%; font-size: 0.875rem; font-weight: 500; text-align: left; display: block; padding: 5px 0}
.contact-box table td{ width: 100%; display: block; padding: 5px 0; font-size: 0.875rem}
.contact-box table th span{ background: #000; color: #fff; text-align: center; border-radius: 100px; padding: 3px 9px; font-size: 0.625rem; margin-right: 4px}
.contact-box table th.lastcontact{ border-top: 1px solid #ccc; padding: 10px 0; margin-top: 10px}
.contact-box h2{ margin-left: 20px; margin-bottom: 30px; margin-top: 20px; font-size: 1.25rem}
p.privacy{ text-align: center; font-size: 0.875rem}
p.privacy a{ text-decoration: underline}
p.privacy a:hover{ text-decoration: none}
.newsdetail{ width: 93.75%; margin: 40px auto 100px}
.newsdetail h1{ font-size: 1.4375rem; margin: 15px 0 30px}
.thanks{ width: 93.75%; margin: 0 auto　100px}
.thanks h2{ font-size:1.25rem; margin: 50px 0 20px }
.thanks p{ font-size: 1rem; line-height: 180%;}
.privacy-box{ width: 93.75%; margin: 40px auto}
.privacy-box h2{font-size:1.25rem; margin: 20px 0}
.privacy-box p{ font-size: 0.875rem; line-height: 180%}
.privacy-box .border-a{ border:1px solid #000; padding: 20px; margin: 30px 0}

.footer-btn-content{ width: 100%; position: fixed; bottom: 0; z-index: 100}
.footer-btn-content ul{ display: flex; align-items: center;}
.footer-btn-content ul li{ width: 50%;  text-align: center; }
.footer-btn-content ul li a{ display: block; width: 100%; text-decoration: none; padding: 14px 0; color: #fff;}
.footer-btn-content ul li.linebtn a{ background: #00B900; }
.footer-btn-content ul li.telbtn a{ background: #19458F }


.scroll-area-txt{ width: 100%; overflow: hidden}
.scroll-area-txt .swiper-wrapper {
  transition-timing-function: linear;
}
.scroll-area-txt .swiper-slide{ width: 30%; margin-right: 4%}
.scroll-area-txt .swiper-slide img {
  height: auto;
  width: 100%;
}
.gototop a{ display: none}

/*768px*/

@media screen and (min-width : 768px){
	
	.pc{ display:inherit;}
	.sp{ display:none; }
	.tb{ display:none; }
	.tbsp{ display:inherit;}
	.card01 .swiper-slide{  width: 33%;}
	.pick-up h1{ font-size: 1.875rem; text-align: left}
	.news h1{ font-size: 1.875rem; text-align: left}
	.recommend article{ width: 33.3%;}
	.recommend article:nth-child(2n){ border-right: 1px solid #E5E5E5;}
	.recommend article:nth-child(3n){ border-right: none;}
	
	/*house list*/
	.title-box{ width: 100%; margin-top: 88px; background: url("assets/images/shaer/list-bg-sp.png")no-repeat top right; background-size: 70%; padding-top: 25px}
	.onebg{ width: 100%; margin-top: 88px; background: url("assets/images/shaer/list-bg-one-sp.png")no-repeat top right; background-size: 70%; padding-top: 25px}
	.houselist-bg{ width: 100%; background: url("assets/images/other/housedetail-titlebg-sp.png")no-repeat top left; background-size: 70%; }
	.otherlist-bg{ width: 100%; background: url("assets/images/other/houselist-titlebg-sp.png")no-repeat top left; background-size: 70%; }
	.housedetail-bg{ width: 100%; background: url("assets/images/other/housedetail-titlebg-sp.png")no-repeat top left; background-size: 70%; }
	.title-box h1{ width: 93.75%; margin: 0 auto; text-align: center; font-size: 1.5625rem; color: #19458F; padding-top: 100px; margin-bottom: 108px}
	.title-box h1 span{ display: block; color: #DD662C; margin-top: 10px;}


	.breadcrumb {
	  display: inline-flex;
	  flex-wrap: wrap;
	  list-style: none;
		background: #19458F;
		color: #fff;
		padding: 3px 100px 5px 10px;
		font-size:1rem
	}
	.breadcrumb li a{ color: #fff; }
	.breadcrumb li:not(:last-of-type)::after {
	  content: "›";
	  margin: 0 .6em; 
	  color: #fff;

	}
	.saerch-area-box{ width: 100%; background: #F8F8F8; padding: 50px 0}
	.saerch-area-box h1{ text-align: center; font-size: 1.25rem}
	.saerch-area-box h1 img{ width: 16px; margin-top: -5px}
	.saerch-area-box nav ul{ width: 93.75%; overflow: hidden; margin: 20px auto 0}
	.saerch-area-box nav ul li{ width: 32%; margin-right: 2%; float: left; color: #fff; text-align: center; }
	.saerch-area-box nav ul li a{ color: #fff; font-size: 0.875rem; background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 95% center #2A2A2A; background-size: 15px; width: 100%; display: block; padding: 10px 0; margin-bottom: 10px}
	.saerch-area-box nav ul li:nth-child(2n){ margin-right: 2%;}
	.saerch-area-box nav ul li:nth-child(3n){ margin-right: 0;}
	.saerch-area-box nav ul li a:hover{ background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 95% center #999; background-size: 15px; text-decoration: none}

	.houselist-box{ width: 100%; margin: 60px 0}
	.houselist-box .area-nav{ width: 100%; border-bottom: 3px solid #000; overflow: hidden; padding-left: 3%; overflow-x:hidden; overflow-y: hidden }
	.houselist-box .area-nav ul{ width: 640px; overflow: hidden; margin: 0 auto}
	.houselist-box .area-nav ul li{ width: 150px; float: left; margin-right: 10px; text-align: center; border:1px solid #000; padding: 10px 0; border-bottom: 0; counter-reset: 0.875rem; border-top-left-radius: 10px; border-top-right-radius: 10px}
	.content-container h2{ font-size: 1.125rem; text-align: left; width: 80%; margin: 0 auto}
	
	.detail-box{ width: 100%;  background:url("assets/images/shaer/gr-bg.svg")no-repeat left top; background-size: 100%; padding: 80px 3%}
	.detail-box h1{ font-size:1.375rem; line-height: 130%; margin-bottom: 15px }
	.detail-box nav{ width: 100%; }
	.detail-box nav ul{ width: 100%; overflow: hidden; margin: 20px 0 40px}
	.detail-box nav ul li{ width: auto; float: left; margin-right: 10px; text-align: center; color: #fff; padding: 3px 5px; border-radius: 4px; font-size: 0.75rem}
	.data-box{ width: 100%; margin: 40px 0; overflow: hidden}
	.data-box .data-point{ width: 48%; margin-bottom: 40px; float: left; margin-right: 4%}
	.data-box .data-point:last-child{ margin-right: 0 }
	.data-box .data-point .price{ text-align: left; margin-bottom: 15px;}
	.data-box .data-point p{ font-size: 0.875rem; line-height: 180%}
	.contect-btn .btn3 a span{ font-size: 1rem}
	.slider-box{ width: 80%; margin: 0 auto; overflow: hidden}
	.slider-box .swiper-button-prev, .slider-box .swiper-button-next {
	  position: absolute;
	  z-index: 1;
	  top: -11%;
	  bottom: 0;
	  margin: auto;
		width: 18px;
	}
	.slider-box .swiper-pagination-bullet { width: 20px; height: 5px; border-radius: 0}
	.contect-btn{ width: 70%; margin: 0 auto}
	.plotbox{ width: 100%; margin: 70px 0;  display: flex; justify-content: space-between;}
	.plotbox .plot{ width: 48%; margin-bottom: 0; }
	
	.plotbox .plot h2{ font-size: 1.125rem; display: block}
	.plotbox .plot .map-img{ width: 100%; overflow: hidden; border-radius: 10px; border:1px solid #ccc; margin-top: 20px; padding: 21px 0}
	.plotbox .plot .map-img img{ width: 80%;}
	.floorslide{ width: 100%; overflow: hidden; border-radius: 10px; border:1px solid #ccc; margin-top: 20px}
	.floorslide-in{ width: 80%; margin: 0 auto; overflow: hidden}
	
	.reform-icon-list{ width: 93.75%; margin: 60px auto}
	.reform-icon-list h1{width: 80%;  margin: 0 auto 50px}
	.reform-icon-list h2{width: 80%;  margin: 0 auto 50px}
	.reform-list{ width: 100%; overflow: hidden; margin: 30px 0}
	.reform-list article{ width: 32%; margin-right: 2%; float: left; text-align: center; margin-bottom: 20px}
	.reform-list article:nth-child(2n){ margin-right: 2%}
	.reform-list article:nth-child(3n){ margin-right: 0}
	.reform-list article img{ width: 73px; margin-bottom: 20px}
	.reform-list article h3{ font-size: 1rem; line-height: 140%}
	.reform-list article p{ font-size: 0.75rem; line-height: 180%; letter-spacing: 0.01em; text-align: left}
	
	.renovation{ width: 100%; background: url("assets/images/reform/blue-bg.png")no-repeat left 67%; background-size: 100%; padding: 30px 0 0; position: relative}
	.buybox{ width: 100%; background: url("assets/images/shaer/blue-bg02.png")no-repeat left 122%; background-size: 100%; padding: 30px 0 0; position: relative }
	.renovation img{ width: 90%; margin: 0 auto 100px; display: block; }
	.renovation .renovation-txtbox{ width: 80%; margin: 0; background-color:rgba(255,255,255,0.9); padding: 40px 3%; border-radius: 10px; position: absolute; top:40%; left: 10%}
	.buybox .renovation-txtbox{ width: 80%; margin: 0; background-color:rgba(255,255,255,0.9); padding: 40px 3%; border-radius: 10px; position: absolute; top:50%; left: 10%}
	.renovation .renovation-txtbox h2{ text-align: center; font-size: 1.125rem; margin-bottom: 20px; font-weight: 600}
	.renovation .renovation-txtbox p{ font-size: 0.75rem; line-height: 180%}
	
	.flowbox{ width: 93.75%; margin: 50px auto}
	.flowbox h1{ text-align: center; width: 100%; margin-bottom: 30px}
	.flowbox h1 span{ border-top-left-radius: 15px; border-top-right-radius: 15px;color: #fff; padding: 13px 0; font-size: 1.125rem; font-weight: 500; width: 95%; display: block; margin: 0 auto}
	.flowbox article{ width: 100%; margin: 20px 0; padding: 0 0 50px}
	.flowbox article h3{ font-size: 1.125rem; margin-bottom: 20px}
	.flowbox article p{ font-size: 0.875rem; line-height: 180%}
	article{ background-size: 150%;}
	
	/*買取*/
	.land-buy{ width: 93.75%; margin: 70px auto; text-align: center}
	.land-buy h2{ font-size: 2.1875rem; margin-bottom: 30px; }
	.land-buy p{ font-size: 0.875rem; line-height: 180%; margin-bottom: 50px}
	.land-buy img{ width: 90%; margin: 0 auto; display: block}
	.ex-box{ width: 100%; overflow: hidden}
	.ex-box img{ width: 50%; float: right}
	.ex-box ul{ width: 48%; overflow: hidden; float: left; margin-top: 50px}
	.ex-box ul li{ width: 49%; float: left; padding: 16px 0; border-radius: 100px; font-size: 0.6875rem; margin-right: 2%; margin-bottom: 10px}
	.ex-box ul li:nth-child(3){padding: 9px 0; }
	.ex-box ul li:nth-child(2n){ margin-right: 0}
	.ex-box ul li span{ font-size: 0.625rem; display: block;}
	.land-buy h3{ width: 50%; margin: 20px auto 10px}
	
	/*実例紹介*/
	.exlist-bg{ width: 100%; background: url("assets/images/other/ex-titlebg-sp.png")no-repeat top left; background-size: 70%; }
	.exlist .area-nav ul li{ width: 48%; float: left; margin-right: 2%; text-align: center; border:1px solid #000; padding: 10px 0; border-bottom: 0; font-size: 0.875rem; border-top-left-radius: 10px; border-top-right-radius: 10px}
	.exdetail-bg{ width: 100%; background: url("assets/images/other/ex-title-detailbg-sp.png")no-repeat top left; background-size: 70%; }.exdetail-bg{ width: 100%; background: url("assets/images/other/ex-title-detailbg-sp.png")no-repeat top left; background-size: 80%; }
	.exdetail{ width: 93.75%; margin: 60px auto}
	.exdetail h1{ font-size: 1.5625rem; margin-bottom: 20px}
	.exdetail nav ul{ width: 100%; overflow: hidden; margin-bottom: 20px}
	.exdetail nav ul li{ width: auto; padding: 3px 10px; color: #fff; text-align: center; display: inline-block; border-radius: 5px; margin-right: 5px; font-size: 0.875rem}
	.exdetail p{ font-size: 1rem; line-height: 180%; margin-bottom: 0; width: 100%}
	.exdetail img{ border-radius: 10px; margin-bottom: 30px}
	
	/*会社概要*/
	.company-bg{ width: 100%; background: url("assets/images/other/company-title-detailbg-sp.png")no-repeat top left; background-size: 70%; }
	.achiecements{ width: 100%; margin: 0 auto}
	.achiecements h1.untitle{ width: 93.75%; margin: 30px auto}
	.achiecements h2{ font-size: 1.875rem; margin: 10px 0 30px; text-align: center}
	.achiecements p{ font-size: 1rem; text-align: center}
	.achiecements .atbox{ width: 95%; background: #EEF2F7; padding: 40px 3%; margin: 50px 0; border-radius: 0; overflow: hidden}
	.achiecements .rightbg{border-top-right-radius: 15px; border-bottom-right-radius: 15px}
	.achiecements .rightbg .atbox-in{ width: 70%; float: right}
	.achiecements .leftbg{border-top-left-radius: 15px; border-bottom-left-radius: 15px; margin-left: 5%}
	.achiecements .leftbg .atbox-in{ width: 70%; float: left}
	.achiecements .atbox h3{ font-size: 1.125rem; text-align: left}
	.achiecements .atbox img{ width:auto; margin: 0; display: inline}
	.achiecements .atbox p{ text-align: left}
	.achiecements .rightbg img{ width: 25%; float: left;}
	.achiecements .leftbg img{ width: 25%; float: right;}
	.partner-list{ width: 93.75%; margin: 30px auto}
	.partner-list h1{ font-size: 1.125rem; line-height: 180%; font-weight: 500; overflow: hidden}
	.partner-list h1 span{ font-size: 0.75rem; font-weight: 400; display: inline-block; margin-left: 10px }
	.partner-list h1 i{font-size: 0.75rem; font-style: normal; font-weight: 400; text-align: right; display: block; width: 50%; float: right}
	.partner-list nav{ width: 100%; border-top:2px solid #000; border-bottom:2px solid #000; padding: 20px 0; overflow: hidden}
	.partner-list nav ul{ width: 25%; margin: 0; float: left}
	.partner-list nav ul li{ font-size: 0.875rem; line-height: 180%; list-style: disc; margin: 0 0 0 12%}
	
	.contact-bg{ width: 100%; background: url("assets/images/other/contact-title-sp.png")no-repeat top left; background-size: 70%; }
	.contact-box{ width: 100%; margin: 30px 0; display: table; padding: 50px 0 }
	.contact-box table{ width: 93.75%; margin: 0 auto}
	.contact-box table th{ width: 25%; font-size: 1rem; font-weight: bold; text-align: left; display: inline-table; padding: 10px 0}
	.contact-box table td{ width: 74%; display: inline-table; padding: 10px 0; font-size: 0.875rem}
	.contact-box table th span{ background: #000; color: #fff; text-align: center; border-radius: 100px; padding: 3px 9px; font-size: 0.625rem; margin-right: 8px}
	.contact-box table th.lastcontact{ border-top: none; padding: 10px 0; margin-top: 10px}
	
	.saerch ul li{ width: 30%; float: left; margin-right: 5%; margin-bottom: 20px}
	.saerch ul li:nth-child(2n){ margin-right: 5%}
	.saerch ul li:nth-child(3n){ margin-right: 0}
	.saerch ul li:last-child{ margin: 0 auto; float: none}
	.aboutus .about-incontents .about-contents .about-contents-up .about-inner{ overflow: hidden}
	.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul{ width: 50%; overflow: hidden; float: left}
	.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul.spec2	{ width: 47%; overflow: hidden; float: left; margin-left: 3%}
	.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul.spec2 li{ width: 32%}
	.aboutus .about-incontents .about-contents .about-contents-down{ width: 100%; padding: 0 3% 40px; background:#C8D3E4; overflow: hidden}
	.aboutus .about-incontents .about-contents .about-contents-down li{ width: 31%; margin:0 3% 0 0; float: left}
	.aboutus .about-incontents .about-contents .about-contents-down li:last-child{ margin-right: 0}
	.footer-contents{ margin-top: 0;}
	footer{ margin-bottom: 0}
	header .hgr .head-menu-sub div.searchform{ width: 195px; border:1px solid #ccc; float: right; margin-left: 40px; margin-top: 20px; margin-right: 17px; display: block}
	.gototop a{ display: block; width: 50px; text-align: center; color: #fff; background: #19458F; position: fixed; bottom: 10px; z-index: 71; right: 10px; border-radius: 100px; padding-top:13px; height: 50px }
	.gototop a:hover{ background:#2D86B2 }
	.recommend article .house-detail .housetitle{ font-size: 1rem; margin: 10px 0; line-height: 160%; height: 102px}
	.recommend article .house-detail .point-txt{ color: #19458F; font-size: 0.875rem; height: 50px}
}
/*980px*/
@media screen and (min-width : 980px) {
	
.pc{ display:inherit;}
.sp{ display:none; }
.tb{ display:inherit;}
.tbsp{ display:none;}
	

/* @group Header */
header{ width: 100%; background: #fff}
header .hgr{ width:100%; padding: 0 ; overflow: hidden; margin: 10px auto 30px}
header .hgr .head-menu-sub{ width: 100%; }
header .hgr .head-menu-sub nav{ display: none}
header .hgr .head-menu-sub .grand-submenu{ width: 100%; overflow: hidden; border-bottom: 1px solid #E5E5E5; padding: 0 2% 5px}
header .hgr .head-menu-sub .grand-submenu h1{ width: 216px; float: left; margin-top: 0; padding: 0; }
header .hgr .head-menu-sub .head-sub-left{ width:auto; display: flex; text-align: left; justify-content: flex-end; float: right; }
header .hgr .head-menu-sub .head-sub-left .saerch-box{ width: auto; float: left;}
header .hgr .head-menu-sub .head-sub-left ul.submenu-list{ overflow: inherit; margin-top: 9px;  }
header .hgr .head-menu-sub .head-sub-left ul.submenu-list li{ float: left; margin-right: 18px; font-size: 0.875em; font-weight: 500; text-align: left; letter-spacing: 0.05rem; display: table-cell}
header .hgr .head-menu-sub .head-sub-left ul.submenu-list li:last-child{ margin-left: 0}
header .hgr .head-menu-sub .head-sub-left ul.submenu-list li a{ color: #000; }
header .hgr .head-menu-sub .head-sub-left ul.submenu-list li a:hover{ text-decoration: none; }
header .hgr .head-menu-sub .head-sub-left ul.submenu-list li span.icon{ display: table-cell; vertical-align: middle}
header .hgr .head-menu-sub .head-sub-left ul.submenu-list li span.icon img{ width: 16px; margin-right: 8px; margin-bottom: -3px;}
header .hgr .head-menu-sub div.searchform{ width: 177px; border:1px solid #ccc; float: right; margin-left: 4px; margin-top: 7px; margin-right: 14px; display: flex; text-align: left; justify-content: flex-end;}
header .hgr .head-menu-sub div.searchform input{ width: 80%; border:none}
header .hgr .head-menu-sub div.searchform input.no-form{ display: none}
header .hgr .head-menu-sub div.searchform input.search-btn{ width: 25px; margin-top: 4px; display: block; float: right; margin-right: 10px; }	
header .hgr .head-menu-sub .head-sub-left .telno{ width: 237px; float: right; margin-left: 20px;}
header .hgr .head-menu-sub .grand-menu{ width: 100%; padding-top: 30px; display: block}
header .hgr .head-menu-sub .grand-menu ul{ width: 96%; display: flex; margin: 0 auto; border-right: 1px solid #000;}
header .hgr .head-menu-sub .grand-menu ul li{ width: 16.6%; font-size: 0.875rem; text-align: center; border-left: 1px solid #000;}
header .hgr .head-menu-sub .grand-menu ul li a{ color: #000}
header .hgr .head-menu-sub .grand-menu ul li a:hover{ text-decoration: none; color: #19458F}
header .hgr .head-menu-sub .grand-menu ul li.ov a{color: #19458F; font-weight: bold}
	
/* スクロールダウンの位置 */
.scroll {
	display: block;
	position: absolute;
	right: 1%;
	top: 70%;
	writing-mode: vertical-rl;
	z-index: 2;
	width: 20px;
	font-size: 0.75rem
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 1%;
  width: 1px;
	z-index: 2
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.main-slider{ margin-top: 170px}
.card01 .swiper-slide{  width: 380px;}

.pick-up{ width: 100%; padding: 100px 3%}
.news{ width: 93.75%; margin: 100px auto; }
.news ul{ width: 100%; margin: 40px 0; }
.news ul li{ width: 100%; margin-bottom: 10px; line-height: 160%; font-size: 1rem; border-bottom: 1px solid #E5E5E5; padding-bottom: 10px; overflow: hidden}
.news ul li span{ display: block; float: left; margin-right: 3%; width: 10%}
.news ul li a{ display: block; float: left; width: 87%; line-height: 180%}

.recommend{ width: 100%; overflow: hidden}
.recommend article{ width: 33.3%; float: left; border-right: 1px solid #E5E5E5; padding: 20px 1%; background: url("assets/images/shaer/readmore.svg")no-repeat 97% 97%; background-size: 100px}
.recommend article:hover{ background: url("assets/images/shaer/readmore.svg")no-repeat 97% 97% #C8D3E4; background-size: 100px}
.recommend article .icon-box{ width: 100%; overflow: hidden; margin-bottom: 10px}
.recommend article .icon-box .area-title{ font-size: 0.875rem; float: left; margin-top: 14px}
.recommend article .icon-box .house-icon{ color: #fff; text-align: center; padding: 18px 0; width: 55px; border-radius: 100%; font-size: 0.75rem; float: right}
.recommend article .icon-box .oldapart{padding: 9px 2px; width: 55px;}
.recommend article .house-detail{ width: 100%; padding: 0 4%}
.recommend article .house-detail .house-list-img{ width: 100%; overflow: hidden; border-radius: 10px; height: 280px;}
.recommend article .house-detail .house-list-img img{ width: 100%; height: auto !important;}
.recommend article .house-detail .housetitle{ font-size: 1.125rem; margin: 20px 0; line-height: 160%; height: 62px}
.price{ font-size: 1.875rem; text-align: right; font-weight: 500; }
.price span{ font-size: 1.25rem}
.recommend article .house-detail .housedetail{ font-size: 1rem; line-height: 180%; font-weight: 500; margin-bottom: 20px; height: 175px}
.recommend article .house-detail .point-txt{ color: #19458F; }
.recommend article .house-detail ul.houselisttab{ width: 100%; overflow: hidden; margin: 20px 0; height: 216px}
.recommend article .house-detail ul.houselisttab li{ width: auto; float: left; margin-right: 10px; border-radius: 5px; padding: 5px 6px; font-size: 0.875rem; color: #fff}
	
.saerch{ width: 100%; background: url("assets/images/top/saerch-bg-pc.svg")no-repeat left top; background-size: 100%; padding: 300px 0 0}
.saerch .saerch-in{ width: 100%; padding: 0 10%; background: #F8F8F8; padding-bottom: 50px}
.saerch ul.arealist{ width: 1000px; padding: 0;  overflow: hidden; margin: 0 auto}
.saerch ul li{ width: 155px; float: left; margin-right: 56px; margin-bottom: 20px}
.saerch ul li:nth-child(2n){ margin-right: 56px}
.saerch ul li:last-child{ margin-right: 0; margin-bottom: 20px; margin-left: 0; margin-top: 0; float: left}

.aboutus{ margin-bottom: 200px}
.aboutus .about-incontents{ position: relative; background: url("assets/images/shaer/home-about-bg.png")no-repeat top left; background-size: 100%; padding: 150px 0; height: 900px}
.aboutus .about-incontents .about-contents{ position: absolute; top:55px; z-index: 10; width: 100%; margin-top: 200px}
.aboutus .about-incontents .about-contents .about-contents-up{ width: 1080px; overflow: hidden; padding: 0; margin: 0 auto}
.aboutus .about-incontents .about-contents .about-contents-up h1{ writing-mode: vertical-rl; background: #fff; text-orientation: upright; font-size: 2.875rem; padding: 6px; width: auto; float: left;}
.aboutus .about-incontents .about-contents .about-contents-up p{ float: left; width: 80%; font-size: 0.875rem; margin-top: 260px; line-height: 180%}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner{ width: 90%; margin-bottom: 40px; float: right}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner .spec-list{ overflow: hidden; width: 100%}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul{ width: 600px; overflow: hidden; float: left}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul li{ margin-right: 40px; margin-top: 20px; width:160px; float: left}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul li img{ width: 100%}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul li:last-child{ margin-right: 0}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul.spec2{ width: 360px; margin: 0; float: left}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul.spec2 li{ width: 160px; margin-right: 40px;}
.aboutus .about-incontents .about-contents .about-contents-up .about-inner ul.spec2 li:last-child{ margin-right: 0}
.aboutus .about-incontents .about-contents .about-contents-down{ width: 1080px; padding: 0; background:none; margin: 0 auto}
.aboutus .about-incontents .about-contents .about-contents-down li{ width: 340px; margin:0 30px 20px 0; float: left}
.aboutus .about-incontents .about-contents .about-contents-down li:last-child{ margin-right: 0}
	
.footer-contents{ width: 100%; margin-top: 0}
.footer-contents .footer-lcontents{ width: 100%; margin-top: 300px; position: relative}
.footer-contents .footer-lcontents h2{ background: #EEF2F7; padding: 40px 140px 30px 0; border-top-right-radius: 20px; display: inline-block; width: 700px; font-size: 1.5625rem}
.footer-contents .footer-lcontents h2 i{ font-style: normal; margin-left: 39%}
.footer-contents .footer-lcontents h2 span{ border-bottom: 2px solid #19458F; display: block; margin-top: 16px}
.footer-contents .footer-lcontents .footer-lcontents-inner{ background: #EEF2F7; padding: 20px 0 60px; width: 100%; overflow: hidden; }
.footer-contents .footer-lcontents .footer-lcontents-inner .footer-lcontentsbox{  width: 550px; float: left}
.footer-contents .footer-lcontents .footer-lcontents-inner .footer-lcontents-innerbox{ margin: 0; width: 1000px; margin: 0 auto; overflow: hidden;}
.footer-contents .footer-lcontents h1{ line-height: 120%; margin-bottom: 15px}
.footer-contents .footer-lcontents p{ font-size: 1rem; line-height: 180%}
.footer-contents .footer-rcontents{ width: 400px; background: none; padding:30px 0; position: absolute; top:20px; left: 60%;}
.footer-contents .footer-rcontents img{ width: 100%; margin: 10px auto; text-align: center; display: block; margin-bottom: 30px}
.footer-contents .footer-lcontents .btn-box{ width: 100%; overflow: hidden; margin-top: 30px}
.footer-contents .footer-lcontents .btn-box .btn1{ float: left; margin-right: 20px; line-height: 130%}
.footer-contents .footer-lcontents .btn-box .btn1:last-child{ margin-right: 0}
.btn2 a{ width: 265px;}
	
.access-way{ width: 100%; overflow: hidden; }
.access-way .access-box{ width: 33.3%; padding: 60px 3%; border-bottom: none; float: left; border-left: 1px solid #E5E5E5;}
.access-way .access-box h1{ font-size: 1.4375rem; margin-bottom: 17px}
p.txt{ font-size: 0.875rem; line-height: 160%}
.btn3 a{ background: #2A2A2A; color: #fff; text-align: center; padding: 10px 0; width:400px; display: block; margin: 10px 0 0; }
.btn3 a:hover{ text-decoration: none; background: #999;}
.map a{ background: url("assets/images/shaer/map-icon.svg")no-repeat 14% center #2A2A2A; background-size: 10px; width: 150px; font-size: 0.875rem; }
.map a:hover{ background: url("assets/images/shaer/map-icon.svg")no-repeat 14% center #999; text-decoration: none; background-size: 10px;}
.arrows a{ background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 90% center #2A2A2A; background-size: 15px}
.arrows a:hover{ background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 90% center #999; background-size: 15px}
.access-way .access-box .telno{ font-size: 2.1875rem; overflow: hidden; margin-bottom: 10px}
.access-way .access-box .telno img{ width: 40px; margin-right: 6px; float: left; margin-top: 4px}
.access-way .access-box .telno span{ display: block; float: left; line-height: 100%;}
.access-way .access-box .arrows{ overflow: hidden; text-align: center}
.arrows img{ width: 14px; margin-right: 5px;  margin-top: -2px}
	
footer{ width: 100%;}
footer .fc{ background: #2A2A2A; color: #fff; padding: 0 3%}
footer .fc h1{ font-size: 1.5625rem; text-align: left; margin-bottom: 20px}
footer .fc .fc-menu{ overflow: hidden; width: 1000px; margin: 0 auto 30px}
footer .fc .fc-menu .fc-menubox{ width: 22%; margin: 0 3% 0 0; float: left}
footer .fc .fc-menu .fc-menubox:last-child{ margin-right: 0}
footer .fc .fc-menu .fc-menubox li{ color: #fff; width: 100%; border-bottom: 1px solid #E5E5E5; margin-bottom: 14px; padding-bottom: 14px; font-size:0.875rem}
footer .fc .fc-menu .fc-menubox li a{ color: #fff; }
footer .fc .fc-menu .fc-menubox li a:hover{ text-decoration: none; color: #ccc}
footer .fc .fc-menu .fc-menubox ul.accordion-box li{ width: 90%; margin-left: 5%; border-bottom: 1px solid #515151; margin-top: 10px}
footer .fc .fc-menu .fc-menubox ul.accordion-box li:last-child{ border-bottom: none}
footer .fc .copy{color: #515151; font-size: 4rem; text-align: center}
button{ font-size: 0.875rem; margin: 0 ; padding: 0}
button:hover{ color: #ccc;}
	
/*house list*/
.title-box{ width: 100%; margin-top: 160px; background: url("assets/images/shaer/list-bg.png")no-repeat top right; background-size: 80%; padding-top: 25px}
.onebg{ width: 100%; margin-top: 160px; background: url("assets/images/shaer/list-bg-one.png")no-repeat top right; background-size: 80%; padding-top: 25px}
.houselist-bg{ width: 100%; background: url("assets/images/other/housedetail-titlebg.png")no-repeat top left; background-size: 80%; }
.otherlist-bg{ width: 100%; background: url("assets/images/other/houselist-titlebg.png")no-repeat top left; background-size: 80%; }	
.housedetail-bg{ width: 100%; background: url("assets/images/other/housedetail-titlebg.png")no-repeat top left; background-size: 80%; }
.title-box h1{ width: 80%; margin: 0 auto; text-align: right; font-size: 1.875rem; color: #19458F; padding-top: 60px; margin-bottom: 60px}
.title-box h1 span{ display: block; color: #DD662C; font-size: 1rem; margin-top: 10px;}


.breadcrumb {
display: inline-flex;
flex-wrap: wrap;
list-style: none;
background: #19458F;
color: #fff;
padding: 3px 100px 5px 10px;
font-size:1rem
}
.breadcrumb li a{ color: #fff; }
.breadcrumb li:not(:last-of-type)::after {
	  content: "›";
	  margin: 0 .6em; 
	  color: #fff;
}
.saerch-area-box{ width: 100%; background: #F8F8F8; padding: 50px 0}
.saerch-area-box h1{ text-align: center; font-size: 1.375rem; margin-bottom: 20px}
.saerch-area-box h1 img{ width: 20px; margin-top: -5px}
.saerch-area-box nav ul{ width: 93.75%; overflow: hidden; margin: 40px auto 0}
.saerch-area-box nav ul li{ width: 19.2%; margin-right: 1%; float: left; color: #fff; text-align: center; }
.saerch-area-box nav ul li a{ color: #fff; font-size: 0.875rem; background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 95% center #2A2A2A; background-size: 15px; width: 100%; display: block; padding: 10px 0; margin-bottom: 10px}
.saerch-area-box nav ul li:nth-child(2n){ margin-right: 1%;}
.saerch-area-box nav ul li:nth-child(3n){ margin-right: 1%;}
.saerch-area-box nav ul li:last-child{ margin-right: 0;}
.saerch-area-box nav ul li a:hover{ background: url("assets/images/shaer/arrows-wh2.svg")no-repeat 95% center #999; background-size: 15px; text-decoration: none}
	
.houselist-box{ width: 100%; margin: 60px 0 100px}
.houselist-box .area-nav{ width: 100%; border-bottom: 5px solid #000; overflow: hidden; padding-left: 0; overflow-x:hidden; overflow-y: hidden }
.houselist-box .area-nav ul{ width: 980px; overflow: hidden; margin: 0 auto}
.houselist-box .area-nav ul li{ width: 230px; float: left; margin-right: 15px; text-align: center; border:1px solid #000; padding: 10px 0; border-bottom: 0; counter-reset: 0.875rem; border-top-left-radius: 10px; border-top-right-radius: 10px}
.content-container h2{ font-size: 1.5625rem; text-align: left; width: 80%; margin: 0 auto; padding: 40px 0;}
	
.detail-box{ width: 100%; padding: 100px 3%}
.detail-box h1{ font-size:1.5625rem; line-height: 130%; margin-bottom: 15px }
.detail-box nav{ width: 100%; }
.detail-box nav ul{ width: 100%; overflow: hidden; margin: 20px 0 40px}
.detail-box nav ul li{ width: auto; float: left; margin-right: 10px; text-align: center; color: #fff; padding: 3px 10px; border-radius: 4px; font-size: 0.875rem}
.data-box{ width: 1000px; margin: 40px auto; overflow: hidden}
.data-box .data-point{ width: 48%; margin-bottom: 40px; float: left; margin-right: 4%}
.data-box .data-point:last-child{ margin-right: 0 }
.data-box .data-point .price{ text-align: left; margin-bottom: 15px;}
.data-box .data-point p{ font-size: 1rem; line-height: 180%}
.contect-btn .btn3 a{ width: 100%; padding: 13px 0}
.contect-btn .btn3 a span{ font-size: 1rem}
.slider-box{ width: 900px; margin: 50px auto; overflow: hidden}
.slider-box .swiper-button-prev, .slider-box .swiper-button-next {
	  position: absolute;
	  z-index: 1;
	  top: 0;
	  bottom: 0;
	  margin: auto;
		width: 20px;
	}
.slider-box .swiper-pagination-bullet { width: 20px; height: 5px; border-radius: 0}
.contect-btn{ width: 540px; margin: 0 auto}
.slider-box .arrows img{ width: 20px}
.plotbox{ width: 980px; margin: 100px auto; }
	
.housedetail{ width: 980px; margin: 40px auto;}
.housedetail h1{ font-size: 1.125rem; }
.housedetail .housedetailbox{ width: 980px; border-top:2px solid #000; border-bottom:2px solid #000; margin: 20px auto}
.housedetail .housedetailbox table{ width: 100%; border-collapse:  collapse;}
.housedetail .housedetailbox .tablebox{ width: 100%; display: flex}
.housedetail .housedetailbox table th,.housedetail .housedetailbox table td{ font-size: 0.875rem; font-weight: normal; text-align: left; border-bottom: 1px solid #000;}
.housedetail .housedetailbox table th{ width: 30%; font-weight: 500; font-weight: bold}
.housedetail .housedetailbox table td{ width: 70%}
.housedetail .housedetailbox table.onetable{ width: 980px;}
.housedetail .housedetailbox table.onetable th{ width: 150px;}
.housedetail .housedetailbox table.onetable td{ width: 830px;}
.housedetail .housedetailbox table.twotable{ width: 50%;}
.housedetail .housedetailbox table.twotable th{ width: 150px;}
.housedetail .housedetailbox table.twotable td{ width: 340px;}
.detail-box .googlemap{ width: 980px; margin: 30px auto}

/* リフォーム */
.contentbox{ width: 100%; margin: 80px 0 0 ; }
.contentbox h1.untitle{ font-size: 1.5625rem; width: 80%; margin: 0 auto}
.content-titlebox{ background: url("assets/images/reform/reform-bg.png")no-repeat left center; background-size: 90%; padding: 0 5%; margin-top: 30px; overflow: hidden}
.about .content-titlebox{ background: url("assets/images/reform/reform-bg.png")no-repeat left 59%; background-size: 90%; padding: 0 5%; margin-top: 30px; overflow: hidden}
.reform-bg{ width: 100%; background: url("assets/images/reform/reform-titlebg.png")no-repeat top left; background-size: 80%; }
.reform-title-colum{ width: 70%; float: right}
.content-titlebox img{ width: 250px; float: left}
.content-titlebox h1{ font-size: 2.375rem; line-height: 160%; margin-bottom: 60px}
.content-titlebox p{ font-size: 1rem; line-height: 190%; margin-bottom: 20px}
	
.reform-icon-list{ width: 93.75%; margin: 60px auto}
.reform-icon-list h1{width: 80%;  margin: 0 auto 80px}
.reform-icon-list h2{width: 80%;  margin: 0 auto 60px}
.reform-list{ width: 100%; overflow: hidden; margin: 50px 0}
.reform-list article{ width: 23%; margin-right: 2%; float: left; text-align: center; margin-bottom: 20px}
.reform-list article:nth-child(2n){ margin-right: 2%}
.reform-list article:nth-child(3n){ margin-right: 2%}
.reform-list article:nth-child(4n){ margin-right: 0}
.reform-list article img{ width: 73px; margin-bottom: 20px}
.reform-list article h3{ font-size: 1rem; line-height: 140%}
.reform-list article p{ font-size: 0.875rem; line-height: 180%; letter-spacing: 0.01em; text-align: left; height: 100px}

.renovation{ width: 100%; background: url("assets/images/reform/blue-bg.png")no-repeat left center; background-size: 100%; padding: 30px 0 0; position: relative}
.buybox{ width: 100%; background: url("assets/images/shaer/blue-bg02.png")left 90%; background-size: 100%; padding: 30px 0 0; position: relative }
.renovation img{ width: 70%; margin: 0 auto 100px; display: block; }
.renovation .renovation-txtbox{ width: 60%; margin: 0; background-color:rgba(255,255,255,0.9); padding: 40px 3%; border-radius: 20px; position: absolute; top:45%; left: 20%}
.buybox .renovation-txtbox{ width: 60%; margin: 0; background-color:rgba(255,255,255,0.9); padding: 40px 3%; border-radius: 20px; position: absolute; top:56%; left: 20%}
.renovation .renovation-txtbox h2{ text-align: center; font-size: 1.125rem; margin-bottom: 20px; font-weight: 600}
.renovation .renovation-txtbox p{ font-size: 0.75rem; line-height: 180%}

.flowbox{ width: 980px; margin: 50px auto 100px}
.flowbox h1{ text-align: center; width: 100%; margin-bottom: 30px}
.flowbox h1 span{border-top-left-radius: 15px; border-top-right-radius: 15px;color: #fff; padding: 16px 0 15px; font-size: 1.125rem; font-weight: 500; width: 95%; display: block; margin: 0 auto}
.flowbox article{ width: 100%; margin: 20px 0; padding: 0 0 50px; display: flex; align-items: stretch;}
.flowbox article h3{ font-size: 1.125rem; margin-bottom: 0; width: 25%; display: flex; align-items: center; padding: 20px 0}
.flowbox article p{ font-size: 0.875rem; line-height: 180%; width: 75%; display: flex; align-items: center; padding: 20px 0}
article{ background-size: 100%;}
	
/*買取*/
.buy-bg{ width: 100%; background: url("assets/images/other/land-titlebg.png")no-repeat top left; background-size: 80%; }
.land-buy{ width: 93.75%; margin: 70px auto; text-align: center}
.land-buy h2{ font-size: 2.1875rem; margin-bottom: 20px; }
.land-buy p{ font-size: 0.875rem; line-height: 180%; margin-bottom: 50px}
.land-buy img{ width: 90%; margin: 0 auto; display: block}
.ex-box{ width: 980px; overflow: hidden; margin: 0 auto}
.ex-box img{ width: 600px; float: right}
.ex-box ul{ width: 340px; overflow: hidden; float: left; margin-top: 0}
.ex-box ul li{ width: 100%; float:none; padding: 16px 0; border-radius: 100px; font-size: 1rem; margin-right: 2%; margin-bottom: 10px}
.ex-box ul li:nth-child(3){padding: 9px 0; }
.ex-box ul li:nth-child(2n){ margin-right: 0}
.ex-box ul li span{ font-size: 0.625rem; display: block;}
.land-buy h3{ width: 50%; margin: 20px auto 10px}

.land-buy-step{ width: 100%; background: #EEF2F7; padding: 70px 3%}
.land-buy-step article{ width: 80%; background:#fff; border-radius: 20px; padding: 0 3% 40px 0; margin-bottom: 60px; display: inline-block;
  position: relative; margin-left: 10%}
.land-buy-step article::before {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  margin-left: -20px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.land-buy-step article p.steptp{ background: #19458F; color: #fff; font-weight: 600; text-align: center; padding: 15px 50px; display: inline-block; border-bottom-right-radius: 20px; border-top-left-radius: 20px; margin-bottom: 20px; float: left}
.land-buy-step article h3{ font-size: 1.125rem; margin-bottom: 15px; margin-left: 25%; margin-top: 40px}
.land-buy-step article p.txt{ margin-left: 25%; font-size:0.875rem; line-height: 180%}
/*実例紹介*/
.exlist-bg{ width: 100%; background: url("assets/images/other/ex-titlebg.png")no-repeat top left; background-size: 80%; }	
.exlist .area-nav ul li{ width: 48%; float: left; margin-right: 2%; text-align: center; border:1px solid #000; padding: 10px 0; border-bottom: 0; font-size:1rem; border-top-left-radius: 10px; border-top-right-radius: 10px}
.recommend article .house-detail .housedetail{ width: auto}
.exdetail-bg{ width: 100%; background: url("assets/images/other/ex-title-detailbg.png")no-repeat top left; background-size: 80%; }

.exdetail{ width: 980px; margin: 80px auto}
.exdetail h1{ font-size: 1.5625rem; margin-bottom: 20px}
.exdetail nav ul{ width: 100%; overflow: hidden; margin-bottom: 20px}
.exdetail nav ul li{ width: auto; padding: 3px 10px; color: #fff; text-align: center; display: inline-block; border-radius: 5px; margin-right: 5px; font-size: 0.875rem}
.exdetail p{ font-size: 1rem; line-height: 180%; margin-bottom: 0; width: 100%}
.exdetail img{ border-radius: 10px; margin: 30px auto; width: 800px; display: block}
	
/*会社概要*/
.company{ width: 900px; margin: 80px auto}
.company h1.untitle{ width: 100%; margin: 0}
.company-bg{ width: 100%; background: url("assets/images/other/company-title-detailbg.png")no-repeat top left; background-size: 80%; }
.message{ width: 100%; margin: 20px auto; }
.message p{ font-size: 0.875rem; line-height: 200%}
p.txtright{ text-align: right; margin-top: 20px; font-size: 1rem}
.company-list{ width: 100%; margin: 30px auto;}
.company-list h1{ font-size: 1.25rem; font-weight: 500}
.company-list table{ width: 100%; margin-top: 15px; margin-bottom: 60px; border-top: 2px solid #000; border-bottom: 2px solid #000; display: table; border-collapse: collapse;}
.company-list table tr th,.company-list table tr td{ width: auto; display: table-cell; text-align: left; padding: 15px 10px; border-bottom: 1px solid #000; font-size: 0.875rem}
.company-list table tr th{ width: 20%}
.company-list table tr td{ width: 80%; overflow: hidden}
.company-list table tr td span a{ display: inline-block; padding: 6px; margin-left: 20px }
.company-list table tr td:last-child{border-bottom: 1px solid #000;}
.company-list table tr td ul{ margin-left: 20px; width: 47%; float: left}
.company-list table tr td ul li{ list-style: disc; }
.achiecements{ width: 100%; margin: 0 auto}
.achiecements h1.untitle{ width: 900px; margin: 30px auto; font-size: 1.5625rem; }
.achiecements h2{ font-size: 2.0625rem; margin: 10px 0 30px; text-align: center}
.achiecements p{ font-size: 1rem; text-align: center}
.achiecements .atbox{ width: 90%; background: #EEF2F7; padding: 50px 5%; margin: 50px 0; border-radius: 0; overflow: hidden}
.achiecements .rightbg{border-top-right-radius: 20px; border-bottom-right-radius: 20px}
.achiecements .rightbg .atbox-in{ width: 70%; float: right}
.achiecements .leftbg{border-top-left-radius: 20px; border-bottom-left-radius: 20px; margin-left: 10%}
.achiecements .leftbg .atbox-in{ width: 70%; float: left}
.achiecements .atbox h3{ font-size: 1.25rem; text-align: left}
.achiecements .atbox img{ width:auto; margin: 0; display: inline}
.achiecements .atbox p{ text-align: left}
.achiecements .rightbg img{ width: 25%; float: left;}
.achiecements .leftbg img{ width: 25%; float: right;}
.partner-list{ width: 900px; margin: 30px auto }
.contact-bg{ width: 100%; background: url("assets/images/other/contact-title.png")no-repeat top left; background-size: 80%; }
.contactin{ display: flex; align-items: stretch; margin-top: 0; background: #fff;}
.contactin h1.untitle{ width:29%; background: url("assets/images/other/contact-icon.svg")no-repeat left bottom #C8D3E4; background-size: 80%; float: left; padding-top: 100px; margin: 0 1% 0 0}
.contactin h1 span{ display: block; margin-left: 50%}
.contactin .contact-box{ width: 70%; float: right; background: #F8F8F8; margin-top: 0; padding-top: 80px; margin-bottom: 0}
.thanks{ width: 900px; margin: 0 auto 100px}
.saerch ul li:nth-child(3n){ margin-right: 5%}
.privacy{ width: 900px; margin: 40px auto}
.partner-list-box{ margin-bottom: 100px}
	}

/*1200px*/
@media screen and (min-width : 1200px) {
	header .hgr .head-menu-sub .head-sub-left{ width: auto; display: flex; text-align: left; justify-content: flex-end; float: right}
	header .hgr .head-menu-sub .grand-menu ul{ width: 1400px; }
	header .hgr .head-menu-sub .grand-menu ul li{ width: 16.6%; font-size: 1rem; text-align: center; border-left: 1px solid #000;}
	.news{ width: 1200px; }
	.news ul li{ margin-bottom: 20px; line-height: 160%; padding-bottom: 20px; }
	.title-box h1{padding-top: 90px; margin-bottom: 100px}
	.content-titlebox{ background: url("assets/images/reform/reform-bg.png")no-repeat left center;  background-size: 90%; padding: 0 10%; margin-top: 30px; overflow: hidden}
	.about .content-titlebox{ background: url("assets/images/reform/reform-bg.png")no-repeat left 62%;  background-size: 90%; padding: 0 10%; margin-top: 30px; overflow: hidden}
	.reform-icon-list{ width: 1000px; margin: 60px auto}
	.newsdetail{ width: 1200px; margin: 50px auto 150px}
	
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
