@charset "UTF-8";
/* 日本語 */
/* ------------------------------ */
/*          リセットCSS */
/* ------------------------------ */
html {
  color: #000;
  background: #fff;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

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

​ ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

​ abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

​ legend {
  color: #000;
}

​ main {
  display: block;
}

​ a {
  text-decoration: none;
  color: inherit;
}

​ img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

​ svg {
  display: block;
}

​ * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

/* ブレイクポイント */
/* flex */
.p-information {
  max-width: 1180px;
  width: min(100% - 50px, 100%);
  margin-inline: auto;
}
.p-information h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 50px auto;
}
.p-information .box_4 {
  margin: 20px 0;
}
.p-information .box_4 h4 {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px 0;
}
.p-information h5 {
  padding: 10px 0;
}
.p-information .btn {
  margin: 20px;
  display: flex;
  justify-content: end;
}
.p-information .btn a {
  text-decoration: none;
}
.p-information .btn a:hover {
  background-color: #5b584b;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  color: #5b584b;
  list-style: none;
  font-family: Klee One, cursive;
  font-style: normal;
}

body {
  margin: 0 auto;
  font-family: Klee One, cursive;
  font-style: normal;
}

body .wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #5b584b;
}

.link {
  width: 30px;
  height: 30px;
}

.icon {
  flex-basis: 15%;
  margin-top: 7px;
}

img {
  width: auto;
  height: auto;
}

/*                utility
======================================================= */
.u-hover-line {
  text-decoration: none;
}
.u-hover-line:hover .u-hover-line-child::before {
  opacity: 1;
  width: 100%;
  left: 0;
}

.u-hover-line-child {
  position: relative;
}
.u-hover-line-child::before {
  display: block;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: -5px;
  content: "";
  background: #5b584b;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}

/*                fadein
======================================================= */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 2s;
}

/*画面内に入った状態*/
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*                fadein end
======================================================= */
/*                c-section
======================================================= */
.c-section {
  max-width: 1180px;
  width: calc(100% - 30px);
  margin: 10% auto;
}
@media screen and (max-width: 767px) {
  .c-section {
    width: calc(100% - 30px);
  }
}

/*                c-section end
======================================================= */
/*                h2
======================================================= */
h2 {
  margin: 20px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: Klee One, cursive;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}
h2 span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  h2 span {
    font-size: 0.8rem;
  }
}

/*                h2 end
======================================================= */
/*                c-ad
======================================================= */
.p-ad {
  width: min(100% - 10px, 1180px);
  margin-inline: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.banner {
  width: 230px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*             c-ad end
======================================================= */
/*                c-menu-btn
======================================================= */
.c-menu-btn {
  display: block;
  text-align: center;
  padding: 7px;
  border-radius: 0;
  background: #5b584b;
  color: #fff;
  text-decoration: none;
  width: 200px;
  margin-inline: auto;
  margin-block-start: 20px;
}
.c-menu-btn:hover {
  background: #fff;
  border: 2px solid #5b584b;
  color: #5b584b;
  font-weight: bold;
}
.c-menu-btn span {
  padding-left: 5px;
}

/*             c-menu-btn end
======================================================= */
/*                c-table
======================================================= */
.c-form {
  width: min(100% - 50px, 1180px);
  margin: 0 auto;
}
.c-form h3 {
  font-size: 2rem;
  margin: 5px 0 20px;
}
.c-form h3 span {
  border-bottom: 3px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-form h3 {
    font-size: 1.5rem;
  }
}
.c-form h4 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-form h4 {
    margin-bottom: 10px;
    font-size: 0.9rem;
  }
}
.c-form p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-form p {
    font-size: 0.7rem;
  }
}
.c-form p a {
  color: #00a0e9;
}
.c-form-table {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-table {
    width: 90%;
    margin-inline: auto;
  }
}
.c-form-th {
  border: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .c-form-th {
    display: block;
    border-bottom: none;
    font-size: 0.9rem;
    font-weight: bold;
  }
}
.c-form-td {
  font-size: 0.9rem;
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .c-form-td {
    display: block;
    border-top: none;
    font-size: 0.9rem;
  }
}
.c-form .c-form-submit {
  margin: 30px auto;
  text-align: center;
}

input[type=radio] {
  margin-right: 5px;
}

input[type=text] {
  width: 70%;
}

textarea {
  width: 70%;
}

.c-form_require {
  color: #ed1e79;
  font-size: 12px;
}

input[type=submit],
[type=reset] {
  width: 300px;
  padding: 7px;
  text-align: center;
  background: #5b584b;
  color: #fff;
}
@media screen and (max-width: 767px) {
  input[type=submit],
  [type=reset] {
    width: 70%;
    font-size: 1rem;
  }
}

input[type=reset] {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  input[type=reset] {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*             c-table end
======================================================= */
/*少しずらしたボックス*/
.heading-container {
  max-width: 1180px;
  width: min(100% - 50px, 80%);
  position: relative;
  margin: 100px auto 100px auto;
}
@media screen and (max-width: 767px) {
  .heading-container {
    width: calc(100% - 30px);
  }
}
.heading-container .heading-text {
  margin: 2em auto;
  padding: 2em; /*内側の余白*/
  background: none; /*元のボックス背景色なし*/
  border: 1px solid #ccc; /*線の太さ・種類・色*/
  position: relative; /*配置（基準）*/
}
.heading-container .heading-text:after {
  background-color: #eee; /*ずらしたボックスの背景色*/
  border: none;
  content: "";
  position: absolute; /*配置（ここを動かす）*/
  top: 20px; /*上から7pxずらす*/
  left: 100px; /*左から7pxずらす*/
  width: calc(80% - 20px);
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-menu-container--pc {
    width: min(100% - 50px, 1180px);
  }
  .p-menu-container--pc .p-menu-box {
    display: block;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 100px auto;
    transition: all 0.5s;
    cursor: pointer;
  }
  .p-menu-container--pc .p-menu-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-menu-container--pc .p-menu-box figure {
    flex-basis: 60%;
    display: flex;
    justify-content: flex-start;
  }
  .p-menu-container--pc .p-menu-box figure:nth-child(even) {
    justify-content: flex-end;
  }
  .p-menu-container--pc .p-menu-box img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .p-menu-container--pc .p-menu-wapper {
    flex-basis: 40%;
    padding: 20px 30px;
  }
  .p-menu-container--pc .p-menu-wapper .p-menu-ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 940px) {
  .p-menu-container--pc .p-menu-wapper .p-menu-ttl {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-menu-container--pc .p-menu-wapper .p-menu-ttl .sub-ttl {
    font-size: 1rem;
  }
  .p-menu-container--pc .p-menu-wapper p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-container--pc {
    display: none;
  }
}

.p-menu-container--sp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-menu-container--sp {
    display: block;
  }
}

.p-menu-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-menu-container--sp {
    display: none;
  }
}

.p-menu-link {
  display: block;
  cursor: pointer;
  transition: all 0.5s;
}
.p-menu-link:hover {
  opacity: 0.7;
}

.p-about {
  box-shadow: 0 0 5px 0 #c6c4c6;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 80%;
  margin-top: 100px;
}
.p-about-text {
  width: 90%;
  margin-inline: auto;
}
.p-about-text p {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-text p {
    font-size: 0.8rem;
    word-break: keep-all;
  }
}
.p-about-text span {
  font-weight: bold;
}

header {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}

.header-inner {
  max-width: 1180px;
  width: min(100% - 50px, 1180px);
  height: 100%;
  display: flex;
  margin-inline: auto;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-logo img {
    width: 120px;
  }
}

/*ハンバーガーメニューここから*/
.p-hd-nav__pc ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 25px;
}
.p-hd-nav__pc ul li {
  font-size: 6.25;
  font-family: Klee One, cursive;
  font-style: normal;
}
.p-hd-nav__pc ul:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-hd-nav__pc {
    display: none;
  }
}

.p-hd-nav__sp {
  display: none;
}

/*スマホ用のメニュー*/
@media screen and (max-width: 767px) {
  .p-hd-nav__sp {
    display: block;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(84, 0, 0, 0.9);
    width: 70%;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    display: flex;
    align-items: center;
    visibility: hidden;
  }
  .active {
    opacity: 1;
    visibility: visible;
  }
  .p-hd-ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .p-hd-li {
    list-style-type: none;
    padding: 0;
    width: 50%;
    margin: 0 auto;
    transition: all 0.5s;
  }
  .p-hd-li.--link img {
    width: 25px;
    height: 25px;
  }
  .p-hd-li:last-of-type {
    padding-bottom: 0;
  }
  .p-hd-li .u-hover-line-child {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 1em 0;
  }
  /*メニューボタン展開前*/
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-hd-li .u-hover-line-child {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .menu-btn {
    display: block;
    position: fixed;
    z-index: 3;
    right: 30px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .menu-btn {
    top: 10px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .menu-btn .btn-line {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .menu-btn .btn-line {
    width: 20px;
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .menu-btn .btn-line:nth-of-type(1) {
    top: 10px;
  }
  .menu-btn .btn-line:nth-of-type(2) {
    top: 20px;
  }
  .menu-btn .btn-line:nth-of-type(3) {
    top: 30px;
  }
  .active .btn-line:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #5b584b;
    transform: notate(-45deg);
  }
  .active .btn-line:nth-child(2) {
    top: 16px;
    background: #5b584b;
    transform: rotate(45deg);
  }
  .active .btn-line:nth-child(3) {
    top: 16px;
    background: #5b584b;
    transform: rotate(45deg);
  }
}
/*ハンバーガーメニューここまで*/
.footer {
  width: 100%;
  background-color: #eee;
  margin-top: 100px;
}

.l-footer {
  max-width: 1180px;
  margin-inline: auto;
  padding: 50px;
}
.l-footer .icon {
  width: auto;
}
.l-footer-container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer-container {
    display: block;
    margin-top: 20px;
  }
}
.l-footer-sevice {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .l-footer-sevice {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-sevice ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.l-footer-sevice .txt {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-sevice .txt {
    width: 80px;
    text-align: center;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer iframe {
    width: calc(90% - 20px);
  }
}
.l-footer-user {
  width: 33%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-user {
    width: 100%;
    margin-bottom: 30px;
  }
}
.l-footer-user h6 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .l-footer-user h6 {
    font-size: 1rem;
  }
}
.l-footer-user .a_zoon {
  margin-bottom: 20px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .l-footer-user .a_zoon {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-user .a_zoon p span {
    display: block;
  }
}
.l-footer-user .sns-icon {
  display: flex;
}
.l-footer-user .sns-icon__link {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-user .sns-icon__link {
    width: 15px;
    height: 15px;
    margin-bottom: 20px;
  }
}
.l-footer-user .top-btn {
  text-align: end;
  font-weight: bold;
}
.l-footer-user .top-btn-link {
  text-decoration: none;
}
.l-footer-user .dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}
.l-footer-user .dli-arrow-up::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}

.copyright {
  text-align: right;
  font-size: 11px;
}

/*ここからhousingloan*/
.p-main {
  max-width: 1180px;
  width: min(100% - 20px, 1180px);
  margin: 0 auto;
}

.support_foot {
  margin-top: 30px;
}

.p-support-container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-support-container {
    width: 100%;
  }
}

.support_box {
  display: flex;
  margin: 0 auto;
  align-items: center;
  box-shadow: 0 0 15px 0 #ccc; /*もやっとした影*/
  margin-top: 40px; /*上との余白*/
  padding: 50px; /*内側上下40px 内側左右30px*/
}
@media only screen and (max-width: 1023px) {
  .support_box {
    flex-direction: column;
    margin: 5%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .support_box {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.support {
  width: 100%;
  margin: 1.6% 2.5%;
  display: inline-block;
}

.p-support-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 2px solid #5b584b;
}
@media only screen and (max-width: 1023px) {
  .p-support-ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-support-ttl {
    font-size: 1.1rem;
  }
}

.support p {
  width: 80%;
  letter-spacing: 0.1em;
  margin: 5px auto;
  line-height: 2.2;
  padding: 15px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .support p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

/*スライドショーの設定*/
@keyframes slide1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  40% {
    transform: scale(1.1);
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    transform: scale(1);
  }
  35% {
    opacity: 1;
  }
  65% {
    transform: scale(1.1);
  }
  75% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: scale(1);
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
/*画像のブロック*/
#mainimg {
  clear: both;
  position: relative;
  top: 0px;
  left: 0px;
  max-width: 100vw;
  width: 100vw;
  height: calc(100vh - 100px);
  background: url(img/main1.png) no-repeat center;
  overflow: hidden;
}

/*3枚画像の共通設定*/
.slide1,
.slide2,
.slide3 {
  animation-duration: 15s;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-delay: 1s;
}

.slide1 {
  animation-name: slide1;
}

.slide2 {
  animation-name: slide2;
}

.slide3 {
  animation-name: slide3;
}

/*スライドショー↓の曲線グラデーション画像*/
#kazari {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  width: 100%;
}

/*アイパッド*/
@media (max-width: 800px) {
  #mainimg {
    clear: both;
    position: relative;
    top: 0px;
    left: 0px;
    height: 80vh;
    background: url(img/main1.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
  }
}
/*ここからレスポンシブ*/
@media (max-width: 640px) {
  #mainimg {
    clear: both;
    position: relative;
    top: 0px;
    left: 0px;
    height: 80vh;
    background: url(img/main1.png) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
  }
}
.p-main {
  max-width: 1180px;
  width: min(100% - 50px, 1180px);
  margin-inline: auto;
}
.p-main h2 {
  margin-bottom: 50px;
}
.p-main table {
  width: 80%;
  margin: 0 auto;
}
.p-main table tr {
  border-top: 1px solid #5b584b;
}
@media screen and (max-width: 767px) {
  .p-main table tr {
    border: none;
  }
}
.p-main table th,
.p-main table td {
  padding: 35px;
  border-bottom: 1px solid #5b584b;
}
@media screen and (max-width: 767px) {
  .p-main table th,
  .p-main table td {
    font-size: 0.9rem;
    padding: 30px 0 30px;
    display: block;
    border-bottom: none;
    padding-left: 10px;
  }
}
.p-main table th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-main table th {
    background: rgba(234, 238, 242, 0.4784313725);
  }
}
@media screen and (max-width: 767px) {
  .p-main table td {
    word-break: keep-all;
  }
}
@media screen and (max-width: 767px) {
  .p-main table {
    width: 100%;
    margin: 0 auto;
  }
}

.line_inq {
  width: 100%;
  margin: 100px;
  height: 50px;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .line_inq {
    font-size: 0.8rem;
    width: 80%;
    margin: 0 auto;
  }
}
.line_inq img {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .line_inq img {
    width: 15px;
    height: 15px;
  }
}

.p-form-th__sell {
  background: #eee;
}

.p-sell-submit {
  margin: 50px auto;
}
.p-sell-submit h3 {
  font-size: 2rem;
}

.p-inquiry-btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-inquiry-btn {
    flex-direction: column;
    align-items: center;
  }
}

.p-inquiry-form th {
  background: rgba(242, 235, 234, 0.4784313725);
}/*# sourceMappingURL=style.css.map */