@charset "utf-8";

/*  reset
/* ------------------------------------------------------------------------ */
html {
  overflow-y: scroll;
  height: 100%;
  font-size: 15px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote {
  margin: 0;
  padding: 0;
}

fieldset {
  display: inline;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

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

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

/*  basic style
/* ------------------------------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #2e2313;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
  min-width: 1160px;
}

div#wrap {
  margin: 0 auto;
  text-align: center;
}

body > #wrap {
  height: auto;
}

@media (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

/* font
--------------------------------------------------------------------------- */
@font-face {
  font-family: 'icon_set_v1';
  src: url('../font/icon_set_v1.eot');
  src: url('../font/icon_set_v1.eot?#iefix') format('embedded-opentype'),
    url('../font/icon_set_v1.woff') format('woff'),
    url('../font/icon_set_v1.ttf') format('truetype'),
    url('../font/icon_set_v1.svg#icon_set_v1') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Link
--------------------------------------------------------------------------- */
a:link {
  text-decoration: none;
  color: #2e2313;
}

a:visited {
  text-decoration: none;
  color: #2e2313;
}

@media (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

/* headerBlock
/* ------------------------------------------------------------------------ */
#headerBlockBg {
  background: #fff;
  padding: 0 0 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#headerBlock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 1160px;
  height: 75px;
  margin: 0 auto;
  padding: 0 30px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  #headerBlockBg {
    padding: 0 0 60px 0;
  }

  #headerBlock {
    width: 100%;
    display: block;
    height: auto;
    padding: 0;
  }
}

/* hedaer
/* ------------------------------------------------------------------------ */
header .siteLogo {
  margin: 30px 0 0 0;
  width: 200px;
}

header .siteLogo img {
  width: 100%;
}

@media (max-width: 767px) {
  header {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    height: 60px;
    padding: 0 0 0 15px;
    border-bottom: #ccc 1px solid;
  }

  header .siteLogo {
    margin: 16px 0 0 0;
    width: 150px;
  }

  header .siteLogo img {
    width: 100%;
  }
}

/* headerR
/* ------------------------------------------------------------------------ */
.headerR {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.headerR .telBox {
  margin: 14px 20px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.headerR .telBox .tel {
  color: #1072bd;
  text-align: left;
  line-height: 1.2;
  margin: 0 15px 0 0;
  position: relative;
  padding-left: 40px;
}

.headerR .telBox .tel a[href^='tel:'] {
  pointer-events: auto;
}

.headerR .telBox .tel:before {
  position: absolute;
  content: "";
  background: url(../img/tel_icon.png)0 0 no-repeat;
  width: 35px;
  height: 34px;
  margin-top: -17px;
  top: 50%;
  left: 0;
}

.headerR .telBox .tel span {
  font-size: 12px;
}

.headerR .telBox .tel_txt {
  font-size: 13px;
  font-weight: 500;
  margin: 0 15px 0 0;
  text-align: left;
}

.headerR .telBox .tel .t span {
  font-size: 12px;
}

.headerR .telBox .tel a {
  font-size: 30px;
  font-weight: 500;
  color: #1072bd;
}

.headerR .telBox .time {
  text-align: left;
  font-weight: 500;
  font-size: 13px;
}

.headerR .tw {
  margin: 18px 0 0 0;
}

.headerR .tw a img {
  width: 60px;
}

@media (max-width: 767px) {
  .headerR .telBox {
    display: none;
  }
}

/* menuBtn
/* ------------------------------------------------------------------------ */
.menuBtn {
  z-index: 99999;
  cursor: pointer;
  width: 95px;
  height: 95px;
  display: block;
}

#hamburgerIcon {
  float: left;
  display: block;
  position: relative;
  width: 95px;
  height: 95px;
}

#hamburgerIcon span {
  width: 36px;
  height: 2px;
  display: block;
  background: #3f3f3f;
  position: absolute;
  left: 50%;
  top: 36px;
  margin-left: -18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#hamburgerIcon span.txt {
  font-size: 13px;
  width: 4em;
  background: none;
  margin: 22px 0 0 -24px;
}

#hamburgerIcon .top {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

#hamburgerIcon .bottom {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.open #hamburgerIcon .middle {
  background: rgba(255, 255, 255, 0);
}

.open #hamburgerIcon .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

.open #hamburgerIcon .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

@media (max-width: 767px) {
  .menuBtn {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }

  #hamburgerIcon {
    width: 60px;
    height: 60px;
  }

  #hamburgerIcon span {
    width: 28px;
    height: 2px;
    left: 50%;
    top: 22px;
    margin-left: -14px;
  }

  #hamburgerIcon span.txt {
    font-size: 10px;
    margin: 17px 0 0 -20px;
  }

  #hamburgerIcon .top {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* pageMenu
/* ------------------------------------------------------------------------ */
.pageMenuBg .layer {
  position: fixed;
  top: 95px;
  left: 0;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

nav.pageMenu {
  position: fixed;
  top: 0;
  right: -350px;
  z-index: -1;
  width: 350px;
  height: 100%;
  background: #fff;
  text-align: left;
  overflow: auto;
  margin: 0;
}

nav.pageMenu ul {
  display: block;
  margin-top: 96px;
  background: none;
  border-top: 1px solid #cccccc;
}

nav.pageMenu ul li {
  width: 100%;
  font-size: 14px;
  margin: 0;
}

nav.pageMenu ul li a {
  color: #333;
  position: relative;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #cccccc;
  display: block;
  padding: 18px 17px;
  background: none;
  width: 100%;
  height: auto;
  border-radius: 0;
  font-weight: normal;
}

nav.pageMenu ul li#hm_tel a {
  pointer-events: auto;
}

nav.pageMenu ul li a:before,
nav.pageMenu ul li#hm_tel a:after,
nav.pageMenu ul li#hm_tw a:after {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e916';
  font-size: 11px;
  color: #aaa;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

nav.pageMenu ul li#hm_tel a:after {
  content: '\e8f5';
  font-size: 24px;
  color: #585858;
  right: 39px;
  margin-top: -12px;
}

nav.pageMenu ul li#hm_tw a:after {
  content: '\e844';
  font-size: 29px;
  color: #1d9bf0;
  right: 34px;
  margin-top: -15px;
}

@media (max-width: 767px) {
  .pageMenuBg .layer {
    top: 60px;
  }

  nav.pageMenu {
    right: -80%;
    width: 80%;
  }

  nav.pageMenu ul {
    margin-top: 60px;
    border-top: none;
  }
}

/* headertelBtn
/* ------------------------------------------------------------------------ */
@media (max-width: 767px) {
  #headerBlock .headertelBtn {
    position: fixed;
    top: 0;
    right: 120px;
    margin: 0;
  }

  #headerBlock .headertelBtn a {
    display: block;
    font-size: 11px;
    padding: 6px 4px 10px 4px;
    background: #7bb855;
    border-radius: 0;
    height: 60px;
    width: auto;
    font-weight: normal;
    color: #fff;
  }
}

/* headerApplicationBtn
/* ------------------------------------------------------------------------ */
#headerBlock .headerApplicationBtn {
  margin: 15px 10px 0 0;
}

#headerBlock .headerApplicationBtn a[href^='tel:'] {
  pointer-events: auto;
}

#headerBlock .headerApplicationBtn a {
  color: #fff;
  border-radius: 100px;
  display: block;
  width: 180px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  background: #7bb855;
  border-bottom: #55922e 5px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


#headerBlock .realestateBtn.pc a {
  width: 220px;
}

#headerBlock .realestateBtn.sp {
  right: 120px;
}

#headerBlock .realestateBtn.sp a {
  width: 78px;
  background: #7bb855;
  padding: 3px 2px;
  line-height: 1.2;
}

#headerBlock .headerApplicationBtn.applicationBtn2 a {
  background: #f57800;
  border-bottom: #ca680a 5px solid;
}

#headerBlock .headerApplicationBtn a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  #headerBlock .headerApplicationBtn a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  #headerBlock .headerApplicationBtn {
    position: fixed;
    top: 0;
    right: 60px;
    margin: 0;
  }

  #headerBlock .headerApplicationBtn a {
    font-size: 11px;
    padding: 12px 0 0 0;
    background: #f57800;
    background-size: 20px;
    border-radius: 0;
    height: 60px;
    width: 60px;
    font-weight: normal;
    border-bottom: none;
  }
}

/* contents
/* ------------------------------------------------------------------------ */
@media (max-width: 767px) {
  #mainBlock {
    margin: -60px 0 0 0;
    padding: 60px 0 0 0;
  }
}

/* footer
/* ------------------------------------------------------------------------ */
footer {
  padding: 30px 0 0 0;
}

footer .footerInner {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 30px;
}

footer .footerwrapper_1 {
  background-color: #fff;
}

footer .footerwrapper_1 .title {
  font-size: 38px;
  background: url(../img/titleBg_002.png) no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

footer .footerwrapper_1 .title img {
  margin-right: 8px;
}

footer .footerwrapper_1 .donyu {
  margin-bottom: 50px;
}

footer .footerInner .txt4 {
  margin: 30px 0 0 0;
}

footer .footerwrapper_1 #suisho {
  border: #cccccc 3px solid;
  border-radius: 10px;
  padding: 30px 60px;
  width: 700px;
  margin: 60px auto 30px auto;
}

footer .footerwrapper_1 #suisho p {
  text-align: left;
}

footer .footerwrapper_1 #suisho p.txt {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

footer .footerwrapper_1 #suisho p.txt2 {
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0 0 0;
}

footer .footerwrapper_1 #suisho p.txt3 {
  font-size: 13px;
  font-weight: 400;
  margin: 4px 0 0 1em;
}

footer .footerwrapper_2 {
  background-color: #f5f3ee;
}

footer .footerwrapper_3 {
  background-color: #fffdee;
}

footer .footerwrapper_3 .info_box {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

footer .footerwrapper_3 .info_box .logo {
  margin-right: 14px;
}

footer .footerwrapper_3 .info_box .logo img {
  width: 100px;
}

footer .footerwrapper_3 .info_box .info {
  padding-top: 14px;
}

footer .footerwrapper_3 .info_box .adr {
  margin-bottom: 18px;
}

footer .footerwrapper_3 .info_box .ask a {
  background-color: #f57800;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .footerwrapper_3 .info_box .ask a:hover {
  opacity: 0.7;
  text-decoration: none;
}

footer .footerwrapper_3 .info_box .ask a:before {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e916';
  font-size: 12px;
  color: #fff;
  top: 50%;
  right: 14px;
  margin-top: -5px;
}

footer .footerInner .riyouBox {
  margin: 20px 0 0 0;
}

footer .footerInner .riyouBox dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: left;
  border: #ccc 1px solid;
  border-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}

footer .footerInner .riyouBox dl dt {
  background: #909090;
  color: #fff;
  padding: 18px 10px 10px;
}

footer .footerInner .riyouBox dl dd {
  padding: 10px 10px 10px 20px;
}

footer .footerInner .madoguchiBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 25px 0 0 0;
  justify-content: center;
}

footer .footerInner .madoguchiBox .title {
  border-right: #ccc 1px solid;
  padding: 13px 34px 0 0;
  margin: 0 34px 0 0;
  font-size: 18px;
}

footer .footerInner .madoguchiBox .mail {
  font-size: 18px;
  padding: 13px 34px 0 0;
  margin: 0 34px 0 0;
  border-right: #ccc 1px solid;
}

footer .footerInner .madoguchiBox .mail a {
  margin: 0 0 0 10px;
  text-decoration: underline;
}

footer .footerInner .madoguchiBox .mail a:hover {
  text-decoration: none;
}

footer .footerInner .madoguchiBox .txt5 {
  text-align: left;
  font-size: 18px;
}

footer .footerInner .linkUl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

footer .footerInner .linkUl li {
  margin: 0 10px;
  font-size: 13px;
  font-weight: 400;
}

a.tb,
footer .footerInner .linkUl li a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
  padding-right: 22px;
  text-indent: 0;
}

a.tb:after,
footer .footerInner .linkUl li a:after {
  position: absolute;
  font-family: icon_set_v1 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e93d';
  font-size: 14px;
  color: #2e2313;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

footer #copy {
  background-color: #f57800;
  color: #fff;
  font-size: 14px;
  padding: 18px 0;
}

@media (min-width: 768px) {
  footer .footerInner .linkUl li a:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 20px 0 0 0;
  }

  footer .footerInner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
  }

  footer .footerwrapper_1 .txtBox p {
    text-align: left;
  }

  footer .footerwrapper_1 .title {
    font-size: 22px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  footer .footerwrapper_1 .title img {
    width: 180px;
    margin-right: 6px;
  }

  footer .footerwrapper_1 #suisho {
    width: 100%;
    margin: 30px auto 20px auto;
    padding: 20px 20px;
  }

  footer .footerwrapper_3 .info_box .logo {
    margin-right: 10px;
  }

  footer .footerwrapper_3 .info_box .logo img {
    width: 80px;
  }

  footer .footerwrapper_3 .info_box {
    margin-top: 24px;
    margin-bottom: 18px;
  }

  footer .footerwrapper_3 .info_box .adr {
    font-size: 13px;
  }

  footer .footerwrapper_3 .info_box .ask a {
    font-size: 13px;
  }

  footer .footerInner .txtBox .txt {
    font-size: 13px;
  }

  footer .footerInner .txt4 {
    font-size: 13px;
    margin: 20px 0 0 0;
  }

  footer .footerInner .riyouBox dl {
    display: block;
    font-size: 13px;
  }

  footer .footerInner .riyouBox dl dt {
    padding: 10px;
    text-align: center;
  }

  footer .footerInner .riyouBox dl dd {
    padding: 10px 10px 10px 20px;
  }

  footer .footerInner .madoguchiBox {
    display: block;
    margin: 20px 0 0 0;
  }

  footer .footerInner .madoguchiBox .title {
    border-right: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
  }

  footer .footerInner .madoguchiBox .mail {
    font-size: 15px;
    padding: 0;
    margin: 8px 0 0 0;
    border-right: none;
  }

  footer .footerInner .txt4 {
    margin: 30px 0 0 0;
    text-indent: 0;
  }

  footer .footerInner .madoguchiBox .txt5 {
    margin: 10px 0 0 0;
    font-size: 13px;
    text-align: center;
    padding-top: 0;
  }

  footer .footerInner .linkUl {
    display: block;
  }

  footer .footerInner .linkUl li {
    margin: 15px 0;
  }

  footer #copy {
    font-size: 12px;
  }
}
