@charset "utf-8";

main section {
  font-size: 14px;
}

figure {
  margin: 30px auto;
}

.title-01 {
  line-height: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  figure {
    margin: 15px auto;
  }

  .title-01 {
    line-height: 1.5em;
    margin-bottom: 20px;
    text-align: left;
  }
  .section-inner {
    padding: 0 20px;
  }
  .kv p {
    letter-spacing: 0;
  }
}

body.realestate .kv-wrap {
  background-image: url(/assets/img/realestate/kv.jpg);
}
@media screen and (max-width: 414px) {
  body.realestate .kv-wrap {
    background-image: url(/assets/img/realestate/kv-sp.jpg);
  }
}
body.renovation .kv-wrap {
  background-image: url(/assets/img/renovation/kv.jpg);
}
@media screen and (max-width: 414px) {
  body.renovation .kv-wrap {
    background-image: url(/assets/img/renovation/kv-sp.jpg);
  }
}


.branch-title-01 {
  text-align: center;
  font-size: 20px;
  margin: 90px 0 25px;
  color: #41b25d;
  font-weight: bold;
  padding: 20px 0;
  border-top: 2px solid #41b25d;
  border-bottom: 2px solid #41b25d;
}

.branch-title-02 {
  text-align: center;
  font-size: 16px;
  margin: 30px 0;
  color: #006533;
  font-weight: normal;
}


.branch-about h3 {
  text-align: center;
  font-size: 24px;
  color: #009e41;
  margin-bottom: 20px;
    letter-spacing: 0.2em;
}

.branch-nav {
  margin: 30px 0 90px;
}

.branch-nav li{
  font-size: 14px;
  margin-left: 10px;
  width: 188px;
}

.renovation .branch-nav li {
width: 237px;
}
.renovation .branch-nav li a span {
width: 237px;
}

.branch-nav li:first-child {
  margin-left: 0 !important;
}
.branch-nav li a {
  position: relative;
  display: block;
  background: #40b15d;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  height: 40px;
  padding: 15px 0 35px;
}

.branch-nav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.branch-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 4px;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #40b15d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.branch-nav li a:hover{
	text-decoration: none;
}

.branch-nav li a:hover:after {
  bottom: 0px;
}
.branch-nav li a:hover:before {
  bottom: -4px;
}

.branch-nav li a span {
  display: table-cell;
  line-height: 1.5;
  height: 45px;
  vertical-align: middle;
  width: 188px;
  text-align: center;
}

.branch-company-access {
  line-height: 1.8em;
}
.branch-company-access dt,
.branch-company-access dd {
  display: inline;
}

.branch-company-access dt {
  font-weight: bold;
}

.branch-company-contact ul{
  border: 2px solid #ddd;
  padding: 25px 0;
  overflow: hidden;
}

.branch-company-contact li{
  padding: 0 25px;
  float: left;
  width: 425px;
}

.branch-company-contact li + li {
  border-left: 1px solid #ddd;
}

.branch-company-contact li:last-child dt {
  font-size: 18px;
  font-weight: bold;
}

.branch-company-contact dt strong {
  font-size: 18px;
  color: #006533;
  margin-right: 15px;
}

.branch-company-contact dd {
  color: #006533;
  font-size: 19px;
}

.branch-company-contact dd strong {
  font-weight: bold;
  font-size: 25px;
  margin-right: 5px;
}

.branch-company-contact li:first-child  dd strong {
  background: url(/assets/img/realestate/icon-tel.jpg) no-repeat 0 center;
  padding-left: 35px;
}
.branch-company-contact li:last-child  dd strong {
  background: url(/assets/img/realestate/icon-free.jpg) no-repeat 0 center;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .branch-title-01 {
    font-size: 18px;
    margin: 30px 0 25px;
    padding: 12px 20px;
    width: 100%;
    position: relative;
    margin-left: -20px;
    line-height: 1.4;
  }

  .branch-title-02 {
    margin: 30px 0 20px;
  }
  .branch-about {
    font-size: 16px;
  }
  .branch-about h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4em;
    text-align: left;
  }

  .branch-nav {
    margin: 20px 0 0;
  }

  .branch-nav li{
    font-size: 20px;
    margin-left: 0;
    width: 100% !important;
    display: block;
  }
  .branch-nav li + li{
    margin-top: 20px;
  }

  .renovation .branch-nav li a {
   width: 100%;
   display: table;
  }
  .renovation .branch-nav li a span {
   width: auto;
  }

  .branch-nav li:first-child {
    margin-left: 0 !important;
  }
  .branch-nav li a {
    display: table;
    line-height: 1.4;
    height: 40px;
    padding: 15px 0 35px;
    width: 100%;
  }

  .branch-nav li a span {
    height: 45px;
    width: 100%;
  }


  .branch-company-contact ul{
    border: 1px solid #ddd;
    padding: 0;
  }

  .branch-company-contact li{
    padding: 15px;
    float: none;
    width: auto;
  }

  .branch-company-contact li + li {
    border: none;
    border-top: 1px solid #ddd;
  }

  .branch-company-contact li:last-child dt {
    font-size: 14px;
  }

  .branch-company-contact dt strong {
    font-size: 14px;
  }

  .branch-company-contact dd {
    font-size: 16px;
  }

  .branch-company-contact dd strong {
    font-size: 20px;
    display: block;
  }
}

/*========================================*/
.branch-reno-01 li {
  border-top: 1px solid #ddd;
  padding: 25px 0;
  overflow: hidden;
}

.branch-reno-01 li:last-child {
  border-bottom: 1px solid #ddd;
}

.branch-reno-01 figure {
  float: right;
  margin: 0 0 0 30px;
}

.branch-reno-01 dt {
  color: #006533;
  font-weight: bold;
  font-size: 16px;
}

.branch-reno-01 dd b{
  display: block;
  margin-top: 5px;
}

.branch-reno-01 dd.free {
  background: #41b25d;
  width: 450px;
  max-width: 100%;
  color:  #fff;
  padding: 5px 10px 10px;
  margin: 10px 0;
}
.branch-reno-01 dd.free b {
  font-size: 1.2em;
}

.branch-reno-02 dt{
  margin: 45px 0 30px;
  padding: 20px 25px;
  background: #f5f5f5;
  color: #006533;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.branch-reno-02 dt:first-child{
  margin-top: 25px;
}

.branch-reno-02 dt:first-child:before {
  display: none;
}

.branch-reno-02 dt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-top: 8px solid #006533;
}

.branch-reno-02 dd{
  overflow: hidden;
  padding-bottom: 10px;
}

.branch-reno-02 dd figure {
  float: right;
  margin: 0 0 0 30px;
}

.branch-reno-02 ul {
  float: left;
  margin: 20px 0 0;
  border: 2px solid #ddd;
  padding: 15px 30px;
}

.branch-reno-02 ul li {
  font-size: 28px;
  color: #006533;
  line-height: 1.5;
}

.branch-reno-02 ul li + li {
  padding-left: 50px;
  background: url(/assets/img/realestate/icon-free.jpg) no-repeat 0 center;
}

.branch-reno-03 dl {
  background: #f5f5f5;
  padding: 20px 30px 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

.branch-reno-03 dt {
  color: #006533;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.branch-reno-03 li {
  float: left;
  margin-bottom: 10px;
  position: relative;
}

.branch-reno-03 li:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-left: 8px solid #006533;
}

.branch-reno-03 li:last-child {
  float: right;
  margin: 0;
  margin-left: 10px;
}

.branch-reno-03 li:last-child:after {
  display: none;
}

.branch-reno-03 dl:last-child li + li{
  margin-left: 45px;
}

.branch-reno-03 dl:last-child  li:after {
  right: -32px;
}

.branch-pdf a{
  text-decoration: underline;
  display: table;
  background:#f5f5f5 url(/assets/img/renovation/icon-pdf.png) no-repeat 30px center;
  margin: 0 auto 30px;
  padding: 15px 30px 15px 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.branch-pdf a:hover{
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  
  .branch-reno-01 figure {
    float: none;
    text-align: center;
    margin: 0 0 15px;
  }

  .branch-reno-01 dt {
    font-size: 14px;
  }
  
  .branch-reno-01 dd.free {
    width: auto;
  }

  .branch-reno-02 dt{
    margin: 30px 0 20px;
    padding: 15px;
  }

  .branch-reno-02 dt:first-child{
    margin-top: 10px;
  }

  .branch-reno-02 dt:first-child:before {
    display: none;
  }

  .branch-reno-02 dd figure {
    float: none;
    margin: 0 0 15px;
  }

  .branch-reno-02 ul {
    float: none;
    padding: 0;
    padding: 15px;
  }

  .branch-reno-02 ul li {
    font-size: 20px;
  }

  .branch-reno-02 ul li + li {
    padding-left: 50px;
    background: url(/assets/img/realestate/icon-free.jpg) no-repeat 0 center;
  }

  .branch-reno-03 dl {
    padding: 20px 20px 30px;
  }
  .branch-reno-03 li {
    float: none;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }
  .branch-reno-03 li img {
  }

  .branch-reno-03 li:after {
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -25px;
    border: 5px solid transparent;
    border-top: 8px solid #006533;
  }

  .branch-reno-03 li:last-child {
    float: none;
    margin: 0 0 30px;
  }

  .branch-reno-03 li:last-child:after {
    display: none;
  }

  .branch-reno-03 dl:last-child li + li{
    margin: 35px 0 15px ;
  }

  .branch-reno-03 dl:last-child  li:after {
    right: 0;
  }

  .branch-pdf a{
    margin-top: 10px;
  }
}

/*========================================*/

.branch-real-02 dl {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 10px;
}

.branch-real-02 dt {
  color: #006533;
  font-weight: bold;
  font-size: 16px;
}

.branch-real-03 li {
  width: 480px;
  border: 2px solid #006533;
  margin-bottom: 20px;
}

.branch-real-03 li:nth-child(odd){
  margin-right: 20px;
}

.branch-real-03 li dl {
  padding: 30px;
}

.branch-real-03 li dt {
  color: #006533;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.branch-real-04 dl {
border-top: 1px solid #ddd;
  padding: 25px 0;
}

.branch-real-04 dt {
  color: #006533;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.branch-real-04 dl:last-child {
  border-bottom: 1px solid #ddd;
}


@media screen and (max-width: 767px) {
  .branch-real-02 dl {
    padding: 15px 20px;
  }

  .branch-real-02 dt {
    font-size: 14px;
  }

  .branch-real-03 li {
    width: 100%;
    border: 1px solid #006533;
  }

  .branch-real-03 li:nth-child(odd){
    margin-right: 20px;
  }

  .branch-real-03 li dl {
    padding: 15px 20px;
  }


  .branch-real-04 dl {
    padding: 15px 0;
  }

  .branch-real-04 dt {
    font-size: 14px;
  }
}