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

トップページ

**********/
#index #visual {
  width: 100%;
  text-align: center;
  height: 500px;
  background-color: #eee;
  position: relative;
}
@media screen and (max-width: 700px) {
  #index #visual {
    height: 300px;
  }
}
#index #visual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: 40px;
  z-index: 8;
}
@media screen and (max-width: 700px) {
  #index #visual h2 {
    display: none;
  }
}
#index main {
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 700px) {
  #index main {
    margin: 0px;
  }
}
#index #tabs {
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  #index #tabs {
    margin-top: 0px;
  }
}
#index #tabs ul {
  overflow: hidden;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #0172BE;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 700px) {
  #index #tabs ul {
    justify-content: space-between;
  }
}
#index #tabs ul li {
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
@media screen and (max-width: 700px) {
  #index #tabs ul li {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
  }
}
#index #tabs ul li a {
  color: #1F4387;
  padding: 10px 30px;
  display: inline-block;
  background-color: #F7F7F7;
}
@media screen and (max-width: 700px) {
  #index #tabs ul li a {
    padding: 10px 0px;
    width: 100%;
  }
}
#index #tabs ul .ui-state-active a {
  background-color: #ddd;
}
#index #tabs div dl {
  overflow: hidden;
  padding: 15px 10px 30px 10px;
  line-height: 200%;
}
@media screen and (max-width: 700px) {
  #index #tabs div dl {
    padding: 10px 10px 30px 10px;
    line-height: 140%;
  }
}
#index #tabs div dl dt {
  float: left;
  width: 120px;
  padding: 5px 0px;
}
@media screen and (max-width: 700px) {
  #index #tabs div dl dt {
    width: 100%;
    padding-top: 10px;
  }
}
#index #tabs div dl dd {
  word-wrap: break-word;
  padding: 5px 0px;
  border-bottom: dotted 1px #ccc;
}
#index #tabs div dl dd:last-child {
  border-bottom: none;
}
#index #service {
  background-image: url(../img/index/bg_service.png);
  background-position: top left;
  background-repeat: no-repeat;
  height: 218px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  #index #service {
    height: 615px;
    background-repeat: repeat;
  }
}
@media screen and (max-width: 700px) {
  #index #service .wrap {
    padding: 0% 0% 0% 0%;
  }
}
#index #service dl {
  width: 188px;
  height: 188px;
  margin: 15px 15px 0px 0px;
  text-align: center;
  float: left;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  #index #service dl {
    width: 45%;
    margin: 3% 0% 0% 3%;
  }
}
#index #service dl dt {
  padding: 20px 0px 0px 0px;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #fff;
}
#index #service dl dd {
  line-height: 140%;
  color: #CDD892;
}
#index #service dl dd a {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  padding-top: 10px;
  color: #788C37;
}
#index #service dl:last-child {
  margin: 15px 0px 0px 0px;
}
@media screen and (max-width: 700px) {
  #index #service dl:last-child {
    margin: 3% 0% 0% 3%;
  }
}

/*********

代表メッセージ

**********/
#message main {
  min-height: 700px;
  background-image: url(../img/page/bg.png);
}
#message main #contents {
  background-image: url(../img/page/saito.png);
  background-repeat: no-repeat;
  background-position: top 35px right 35px;
  padding: 20px 20px 20px 35px;
  min-height: 700px;
}
@media screen and (max-width: 700px) {
  #message main #contents {
    padding: 340px 10px 10px 10px;
    background-position: top center;
    background-size: 200px auto;
  }
}
#message main #contents dfn {
  margin: 20px 0px 8px 0px;
  color: #132C58;
  font-size: 16px;
  display: block;
}
#message main #contents h2 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #132C58;
  font-size: 28px;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 700px) {
  #message main #contents h2 {
    font-size: 24px;
  }
}
#message main #contents p {
  width: 550px;
  margin: 20px 0px;
}
@media screen and (max-width: 700px) {
  #message main #contents p {
    width: 100%;
  }
}

/*********

会社概要

**********/
#outline main {
  background-image: url(../img/page/bg.png);
  position: relative;
}
#outline main table {
  width: 100%;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
}
#outline main table th, #outline main table td {
  padding: 10px;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
}
#outline main table th {
  width: 30%;
  background-color: #f5f5f5;
}
#outline main table td {
  line-height: 140%;
}
#outline main img {
    position: absolute;
    top: 260px;
    width: 380px;
    right: -20px;
    padding: 5px;
    background-color: #fff;
    border: solid 1px #ddd;
}
@media screen and (max-width: 700px) {
  #outline main img {
    display: none;
  }
}
#outline iframe {
  margin-top: 30px;
}

/*********

不動産

**********/
#realestate main {
  background-image: url(../img/page/bg.png);
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#realestate main figure {
  display: block;
  text-align: center;
}
#realestate main img {
  position: absolute;
  top: 165px;
  left: -50px;
}
@media screen and (max-width: 700px) {
  #realestate main img {
    position: inherit;
    width: 280px;
    margin: 0 auto;
  }
}
#realestate main #explin {
  width: 580px;
  float: right;
  padding-top: 40px;
}
@media screen and (max-width: 700px) {
  #realestate main #explin {
    width: 100%;
    padding-top: 20px;
  }
}
#realestate main #explin dfn {
  font-size: 14px;
  color: #648ddb;
}
#realestate main #explin h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  color: #1F4387;
  margin: 5px 0px 10px 0px;
}
#realestate main #explin p {
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  #realestate main #explin p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  #realestate main #explin p br {
    display: none;
  }
}
#realestate main #inform {
  overflow: hidden;
  text-align: center;
  padding: 30px 0px 50px 0px;
  border-top: solid 1px #1F4387;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  #realestate main #inform {
    padding: 30px 0px 0px 0px;
  }
}
#realestate main #inform dfn {
  color: #1F4387;
  font-size: 20px;
  border-bottom: solid 1px #8995AB;
}
#realestate main #inform h3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #1F4387;
  font-size: 32px;
  margin: 12px 0px 15px 0px;
  line-height: 110%;
}
#realestate main #inform ul {
  margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 700px) {
  #realestate main #inform ul {
    display: flex;
    justify-content: space-between;
  }
}
#realestate main #inform ul li {
  display: inline-block;
  background-color: #1F4387;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 150px;
  border-radius: 4px;
  padding: 5px 0px;
}
@media screen and (max-width: 700px) {
  #realestate main #inform ul li {
    width: auto;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 700px) {
  #realestate main #inform p {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  #realestate main #inform p br {
    display: none;
  }
}

/*********

資産運用

**********/
#assets main {
  background-image: url(../img/page/bg.png);
}
#assets main #contents {
  padding: 40px;
}
@media screen and (max-width: 700px) {
  #assets main #contents {
    padding: 10px;
  }
}
#assets main #contents dfn {
  font-size: 14px;
  color: #648ddb;
}
#assets main #contents h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  color: #1F4387;
  margin: 5px 0px 30px 0px;
  line-height: 130%;
}
#assets main #contents h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  color: #1F4387;
  margin: 5px 0px 20px 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #1F4387;
}
@media screen and (max-width: 700px) {
  #assets main #contents h4 {
    font-size: 22px;
  }
}
#assets main #contents h5 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1F4387;
  margin: 0px 0px 10px 0px;
}
#assets main #contents p {
  margin-bottom: 20px;
}
#assets main #contents ul.figure {
  margin-bottom: 40px;
}
#assets main #contents ul.figure li {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 700px) {
  #assets main #contents ul.figure li img {
    width: 95%;
  }
}
#assets main #contents ul.figure li:last-child {
  padding: 50px 0px 0px 15px;
}
@media screen and (max-width: 700px) {
  #assets main #contents ul.figure li:last-child {
    padding: 15px 0px 0px 15px;
  }
}
#assets main #contents .flow {
  overflow: hidden;
  margin-top: 15px;
}
#assets main #contents .flow dl {
  border-radius: 4px;
  padding: 5px 0px 5px 5px;
  float: left;
  width: 200px;
  background-color: #FFF0F6;
}
@media screen and (max-width: 700px) {
  #assets main #contents .flow dl {
    float: inherit;
    width: 100%;
  }
}
#assets main #contents .flow dl dt {
  color: #fff;
  background-color: #D6608E;
  width: 30px;
  height: 30px;
  padding: 4px 0px 0px 11px;
  border-radius: 50%;
  float: left;
}
#assets main #contents .flow dl dd {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 5px 0px 0px 36px;
}
#assets main #contents .flow ul {
  list-style-type: disc;
  padding-left: 230px;
}
@media screen and (max-width: 700px) {
  #assets main #contents .flow ul {
    padding: 15px 10px 10px 30px;
  }
}
@media screen and (max-width: 700px) {
  #assets main #contents .flow ul br {
    display: none;
  }
}
#assets main #contents #afterfollow {
  margin-top: 50px;
  padding-bottom: 100px;
  background-image: url(../img/page/asset03.png);
  background-repeat: no-repeat;
  background-position: top 226px right;
}
@media screen and (max-width: 700px) {
  #assets main #contents #afterfollow {
    margin-top: 20px;
    padding-bottom: 40px;
    background-image: none;
  }
}
#assets main #contents #afterfollow ol {
  list-style-type: decimal;
  padding-left: 20px;
  line-height: 200%;
}
@media screen and (max-width: 700px) {
  #assets main #contents #afterfollow ol {
    padding-left: 30px;
  }
}

/*********

空家管理

**********/
#vacant main {
  background-image: url(../img/page/bg.png);
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
#vacant main #contents {
  padding: 40px;
}
@media screen and (max-width: 700px) {
  #vacant main #contents {
    padding: 10px;
  }
}
#vacant main #contents h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  color: #1F4387;
  margin: 5px 0px 15px 0px;
  line-height: 130%;
}
#vacant main #contents p {
  background-image: url(../img/page/bg_vacant.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 215px;
}
@media screen and (max-width: 700px) {
  #vacant main #contents p {
    height: 250px;
  }
}
#vacant main #contents h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  margin: 40px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: solid 1px #1F4387;
}
@media screen and (max-width: 700px) {
  #vacant main #contents h4 {
    font-size: 18px;
    margin: 10px 0px 20px 0px;
  }
}
#vacant main #contents .box {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#vacant main #contents .box dl {
  width: 210px;
  margin: 0px 26px 20px 0px;
  background-color: #F4FFD2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (max-width: 700px) {
  #vacant main #contents .box dl {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
}
#vacant main #contents .box dl dt {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0px;
  color: #fff;
  text-align: center;
  background-color: #698C00;
}
#vacant main #contents .box dl dd {
  padding: 10px;
}
#vacant main #contents .box dl:nth-child(4) {
  margin-right: 0px;
}
#vacant main #contents ul {
  padding: 0px 0px 0px 0px;
}
#vacant main #contents ul li {
  line-height: 140%;
  padding: 8px 0px 10px 30px;
  background-image: url(../img/page/check.png);
  background-repeat: no-repeat;
  background-position: left top 2px;
}

/*********

古民家再生

**********/
#renovation main {
  background-image: url(../img/page/bg.png);
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  #renovation main {
    margin-bottom: 0px;
  }
}
#renovation main #contents {
  padding: 40px;
}
@media screen and (max-width: 700px) {
  #renovation main #contents {
    padding: 10px;
  }
}
#renovation main #contents h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  color: #1F4387;
  margin: 0px 0px 15px 0px;
  line-height: 130%;
}
#renovation main #contents p {
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  #renovation main #contents p img {
    width: 100%;
  }
}

/*********

ゲストハウス

**********/
#guesthouse main {
  background-image: url(../img/page/bg.png);
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  #guesthouse main {
    margin-bottom: 0px;
  }
}
#guesthouse main #contents {
  padding: 40px;
}
@media screen and (max-width: 700px) {
  #guesthouse main #contents br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #guesthouse main #contents {
    padding: 10px;
  }
}
#guesthouse main #contents #intro {
  background-image: url(../img/page/pr.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px 0px 0px 200px;
}
@media screen and (max-width: 700px) {
  #guesthouse main #contents #intro {
    background-position: top center;
    padding: 190px 0px 0px 0px;
  }
}
#guesthouse main #contents #intro h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  margin: 0px 0px 15px 0px;
}
#guesthouse main #contents #intro ul {
  margin-top: 10px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  #guesthouse main #contents #intro ul {
    padding-bottom: 10px;
  }
}
#guesthouse main #contents #intro ul li {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  #guesthouse main #contents #intro ul li {
    width: 100%;
    float: inherit;
    margin-bottom: 10px;
  }
}
#guesthouse main #contents #intro ul li a {
  display: block;
  height: 53px;
  background-repeat: no-repeat;
  background-position: top 10px left 10px;
  background-size: 32px 32px;
  background-color: #f2f2f2;
  padding: 14px 20px 10px 50px;
  border-radius: 4px;
  border: solid 1px #ddd;
}
#guesthouse main #contents #intro ul li a:hover {
  background-color: aliceblue;
}
#guesthouse main #contents #intro ul li:nth-child(1) a {
  background-image: url(../img/cmn/i_pr.png);
}
#guesthouse main #contents #intro ul li:nth-child(2) a {
  background-image: url(../img/cmn/i_fb.png);
}
#guesthouse main #contents #intro ul li:nth-child(3) a {
  background-image: url(../img/cmn/i_ig.png);
}
@media screen and (max-width: 700px) {
  #guesthouse main #contents p img {
    width: 100%;
  }
}

/*********

個人情報保護方針

**********/
#privacy main {
  background-image: url(../img/page/bg.png);
}
#privacy main #contents h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0px 15px 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 700px) {
  #privacy main #contents h3 {
    margin: 20px 0px 15px 0px;
  }
}
#privacy main #contents p {
  margin-bottom: 15px;
}
#privacy main #contents p.indent {
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  #privacy main #contents p.indent {
    padding-left: 0px;
  }
}
#privacy main #contents p.end {
  border-top: solid 1px #ccc;
  padding-top: 20px;
  margin-top: 30px;
}
#privacy main #contents ol {
  margin-left: 38px;
  list-style: inherit;
  list-style-type: decimal;
}
@media screen and (max-width: 700px) {
  #privacy main #contents ol {
    margin-left: 20px;
  }
}

/*********

お問合せ

**********/
#contact main {
  background-image: url(../img/page/bg.png);
}
#contact #contents {
  padding: 20px;
}
#contact #contents p {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: dotted 1px #ccc;
}
#contact #contents .errorMsg {
  border-radius: 4px;
  color: crimson;
  padding: 15px;
  background-color: #FFF8DF;
  border: solid 1px #FFEFBF;
  margin-bottom: 20px;
}
#contact #contents dl {
  border-bottom: dotted 1px #ccc;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
}
#contact #contents dl dt {
  width: 250px;
  padding: 10px 0px 0px 0px;
  float: left;
}
#contact #contents dl dt span {
  float: right;
  padding: 3px 20px 0px 0px;
}
#contact #contents dl dd :placeholder-shown {
  color: #ccc;
}
#contact #contents dl dd ::-webkit-input-placeholder {
  color: #ccc;
}
#contact #contents dl dd input[type=text],
#contact #contents dl dd input[type=email],
#contact #contents dl dd input[type=tel] {
  box-sizing: content-box;
  border-radius: 4px;
  width: 400px;
  padding: 6px;
  font-size: 18px;
  border: solid 1px #ddd;
  font-family: inherit;
}
#contact #contents dl dd textarea {
  box-sizing: content-box;
  border-radius: 4px;
  width: 400px;
  padding: 6px;
  border: solid 1px #ddd;
  font-family: inherit;
}
#contact #contents .btn {
  text-align: center;
  padding: 10px 0px 10px 0px;
}
#contact #contents .btn li {
  display: inline-block;
  margin: 0px 5px 0px 5px;
}
#contact #contents .btn input[type=submit] {
  background-color: #1F4387;
  color: #fff;
  padding: 10px 30px 10px 30px;
  font-family: inherit;
  border: none;
  border-radius: 20px;
}

/*********

ブログ

**********/
#blog main {
  background-image: url(../img/page/bg.png);
  overflow: hidden;
}
#blog main #article {
  width: 650px;
  margin-right: 30px;
  float: left;
}
@media screen and (max-width: 700px) {
  #blog main #article {
    width: 100%;
  }
}
#blog main #article .entry {
  padding-bottom: 30px;
}
#blog main #article .entry .hd {
  margin-bottom: 20px;
}
#blog main #article .entry .hd dfn {
  color: #ccc;
  float: left;
}
#blog main #article .entry .hd ul {
  float: left;
}
#blog main #article .entry .hd ul li {
  border-radius: 5px;
  float: left;
  font-size: 11px;
  padding: 0px 10px 0px 10px;
  margin-left: 5px;
  background-color: #eee;
}
#blog main #article .entry .hd h2 {
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  line-height: 140%;
}
@media screen and (max-width: 700px) {
  #blog main #article .entry .desc img {
    max-width: 100%;
    height: auto !important;
  }
}
#blog main #article .entry .desc p {
  font-size: 15px;
  margin-bottom: 20px;
}
#blog main #article .entry .desc ul {
  margin-left: 20px;
  list-style-type: disc;
}
#blog main #article .entry .desc a {
  text-decoration: underline;
  color: #1F4387;
}
#blog main #sidemenu {
  margin-top: 0px;
  width: 280px;
  float: left;
}
@media screen and (max-width: 700px) {
  #blog main #sidemenu {
    margin-top: 30px;
    width: 100%;
  }
}
#blog main #sidemenu h2 {
  border-radius: 5px;
  color: #fff;
  background-color: #1F4387;
  padding: 10px;
  border: solid 1px #1F4387;
}
#blog main #sidemenu ul {
  margin: 15px 0px 30px 0px;
}
#blog main #sidemenu li {
  background-image: url(../img/cmn/arrows.png);
  background-repeat: no-repeat;
  background-position: left 10px top 4px;
  line-height: 140%;
  margin-bottom: 7px;
  padding: 0px 0px 7px 30px;
  border-bottom: dotted 1px #ccc;
}
#blog main #sidemenu label {
  display: none;
}
#blog main #sidemenu select {
  margin-top: 15px;
  width: 100%;
  padding: 10px;
}
#blog #navi {
  overflow: hidden;
  margin-top: 30px;
}
#blog #navi ul {
  overflow: hidden;
  padding-top: 10px;
}
#blog #navi ul li.prev {
  float: left;
}
#blog #navi ul li.next {
  float: right;
}
#blog #navi ul a {
  border-radius: 20px;
  display: inline-block;
  background-color: #1F4387;
  padding: 5px 15px 5px 15px;
  color: #fff;
}
