@charset "UTF-8";
/*
Theme Name: クワホーム
Theme URI:
Author: MojaDesign
Author URI: https://moja-d.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MojaDesign
*/
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************
 *	base
 * ************************************************ */
html,
html *,
body,
header,
footer {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  /*サイト全体の基準となるフォントサイズ*/
  font-size: 62.5%;
}

body {
  position: relative;
  background-color: #F7EFE5;
  color: #70543A;
  font-size: 1.4rem;
  font-family: var(--base_font_family_setting);
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}
@media print, screen and (min-width: 1160px) {
  body {
    background-color: unset;
    font-size: 1.6rem;
  }
}

.mincho {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a[href^="tel:"] {
  cursor: default;
}
@media print, screen and (min-width: 1160px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  a[href^="tel:"]:hover {
    opacity: unset;
    transition: none;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ************************************************
 *	共通クラス定義
 * *************************************************/
/* コンテンツ枠定義
---------------------------------------------------*/
#content-wrap {
  max-width: 600px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}

.inner {
  max-width: 600px;
  padding: 0 min(5%, 30px);
  margin: 0 auto;
}

/* アンカーずれ補正
---------------------------------------------------*/
/* flexクラス
---------------------------------------------------*/
.flex_between,
.flex_start,
.flex_center,
.flex_end,
.flex_around {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_between_tab,
  .flex_start_tab,
  .flex_center_tab,
  .flex_end_tab,
  .flex_around_tab {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 1160px) {
  .flex_between_pc,
  .flex_start_pc,
  .flex_center_pc,
  .flex_end_pc,
  .flex_around_pc {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.flex_between,
.flex_between_tab,
.flex_between_pc {
  justify-content: space-between;
}

.flex_start,
.flex_start_tab,
.flex_start_pc {
  justify-content: flex-start;
}

.flex_center,
.flex_center_tab,
.flex_center_pc {
  justify-content: center;
}

.flex_end,
.flex_end_tab,
.flex_end_pc {
  justify-content: flex-end;
}

.flex_around,
.flex_around_tab,
.flex_around_pc {
  justify-content: space-around;
}

.align_stretch {
  align-items: stretch !important;
}

@media print, screen and (min-width: 1160px) {
  .row_reverse {
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .row_reverse_tab {
    flex-direction: row-reverse;
  }
}

/*	PC／SP切り替え
---------------------------------------------------*/
.sp_only {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.sp_only_ib {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .sp_only_ib {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_only {
    display: block;
  }
}
@media print, screen and (min-width: 1160px) {
  .tab_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media print, screen and (min-width: 1160px) {
  .pc_only {
    display: block;
  }
}

.tab_sp_only {
  display: block;
}
@media print, screen and (min-width: 1160px) {
  .tab_sp_only {
    display: none;
  }
}

.tab_pc_only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_pc_only {
    display: block;
  }
}

.tab_pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_pc_only_ib {
    display: inline-block;
  }
}

.pc_only_ib {
  display: none;
}
@media print, screen and (min-width: 1160px) {
  .pc_only_ib {
    display: inline-block;
  }
}

/* リンクボタン
---------------------------------------------------*/
.top__more-btn {
  text-align: center;
  margin: 16px auto 0;
}
.top__more-btn a {
  display: inline-block;
  background-color: #D3A550;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #D3A550;
  padding: 16px;
}
@media print, screen and (min-width: 1160px) {
  .top__more-btn a {
    transition: background-color 0.4s, color 0.4s;
  }
}
.top__more-btn a span {
  position: relative;
  display: block;
  padding-right: 32px;
}
.top__more-btn a span::before {
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
.top__more-btn a span::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  content: "";
  width: 11px;
  height: 1px;
  background-color: #fff;
  transform: rotate(40deg);
  transition: 0.4s;
}
@media print, screen and (min-width: 1160px) {
  .top__more-btn a:hover {
    background-color: #fff;
    color: #D3A550;
  }
  .top__more-btn a:hover span::before, .top__more-btn a:hover span::after {
    right: -4px;
    background-color: #D3A550;
  }
}

/* 見出し
---------------------------------------------------*/
.section__ttl {
  line-height: 1.6;
  margin-bottom: 24px;
}
.section__ttl .section__ttl-main {
  display: block;
  color: #3F2B2B;
  font-size: 3.2rem;
}
.section__ttl .section__ttl-main.--white {
  color: #fff;
}
.section__ttl .section__ttl-sub {
  display: block;
  color: #B3ABA4;
  font-size: 1.4rem;
}

.page__ttl-wrapper {
  padding-top: 80px;
}
@media print, screen and (min-width: 1160px) {
  .page__ttl-wrapper {
    padding-top: 40px;
  }
}

/* ************************************************
 *	ヘッダー
 * *************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: rgba(247, 239, 229, 0.85);
  z-index: 9999;
}
@media print, screen and (min-width: 1160px) {
  header {
    position: unset;
    display: block;
    height: unset;
  }
}
header .header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
@media print, screen and (min-width: 1160px) {
  header .header_inner {
    max-width: 1656px;
    padding: 0 64px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1160px) {
  .header__left {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 300px);
    height: 100%;
    background-color: #F7EFE5;
    padding: 0 24px;
  }
}

@media print, screen and (min-width: 1160px) {
  .header__right {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(50% - 300px);
    height: 100%;
  }
}

/* スクロール後表示時 is-show
----------------------------------------------*/
header.is-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

/* ロゴ
----------------------------------------------*/
.logo {
  width: 160px;
  line-height: 1;
}
@media print, screen and (min-width: 1160px) {
  .logo {
    width: 80%;
    max-width: 263px;
  }
}
@media print, screen and (min-width: 1160px) {
  .logo a {
    transition: opacity 0.4s;
  }
  .logo a:hover {
    opacity: 0.6;
  }
}

.header__left-catch {
  font-size: min(1.6vw, 2.4rem);
  font-weight: 600;
  margin-top: 56px;
}
.header__left-catch span {
  display: inline-block;
  font-size: min(1.2vw, 1.8rem);
  margin-top: 16px;
}

.header__pc-line {
  display: none;
}
@media print, screen and (min-width: 1160px) {
  .header__pc-line {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 304px;
    background-color: #F7EFE5;
    line-height: 1;
    padding: 12px 16px;
    margin-top: 112px;
  }
  .header__pc-line::before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
    width: 100%;
    height: 100%;
    border-top: 2px solid #70543A;
    border-left: 2px solid #70543A;
    background-color: transparent;
    transition: 0.4s;
  }
  .header__pc-line::after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 100%;
    border-right: 2px solid #70543A;
    border-bottom: 2px solid #70543A;
    background-color: transparent;
    transition: 0.4s;
  }
  .header__pc-line:hover::before, .header__pc-line:hover::after {
    width: 24px;
    height: 24px;
  }
}
.header__pc-line .pc-line-code {
  width: 21.1%;
  max-width: 64px;
}
.header__pc-line .pc-line-icon {
  width: 15.2%;
  max-width: 46px;
}
.header__pc-line p {
  font-size: min(1.1vw, 1.6rem);
  font-weight: 500;
}

/* グローバルナビ
----------------------------------------------*/
.content_nav {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  max-width: 480px;
  line-height: 1;
  margin: 0 auto;
}
@media print, screen and (min-width: 1160px) {
  .content_nav {
    gap: 40px 0;
    max-width: 100%;
  }
}
.content_nav a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 28px;
}
.content_nav a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #70543A;
}
@media print, screen and (min-width: 1160px) {
  .content_nav a::before {
    width: 24px;
    background-color: #fff;
    transition: background-color 0.4s;
  }
}
@media print, screen and (min-width: 1160px) {
  .content_nav a {
    color: #fff;
    font-size: min(1.3vw, 18px);
    text-align: left;
    padding-left: 32px;
    transition: color 0.4s;
  }
  .content_nav a:hover {
    color: #D3A550;
  }
  .content_nav a:hover::before {
    background-color: #D3A550;
  }
}

.header_nav-bottom {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1160px) {
  .header_nav-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
  }
}

.header__tel {
  display: none;
}
@media print, screen and (min-width: 1160px) {
  .header__tel {
    display: inline-block;
    color: #fff;
    font-size: min(2vw, 28px);
    line-height: 1;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
  }
}
@media print, screen and (min-width: 1160px) {
  .header__tel span {
    font-size: min(1.4vw, 20px);
  }
}

.contact-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
  margin-top: 16px;
}
@media print, screen and (min-width: 1160px) {
  .contact-nav {
    width: 100%;
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 1600px) {
  .contact-nav {
    flex-direction: row;
    justify-content: center;
    gap: 0 16px;
    margin-top: 24px;
  }
}
.contact-nav li {
  width: 100%;
}
@media print, screen and (min-width: 1160px) {
  .contact-nav li {
    max-width: 244px;
  }
}
.contact-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 12px;
  background-color: #E1D8D7;
  color: #3F2B2B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 12px;
}
@media print, screen and (min-width: 1160px) {
  .contact-nav a {
    gap: 0 8px;
    padding: 8px 12px;
    transition: 0.4s;
  }
}
.contact-nav a::before {
  position: absolute;
  top: calc(50% + 2px);
  right: 12px;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #3F2B2B;
  transition: 0.4s;
}
.contact-nav a::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
  content: "";
  width: 11px;
  height: 1px;
  background-color: #3F2B2B;
  transform: rotate(40deg);
  transition: 0.4s;
}
.contact-nav a span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background-color: #3F2B2B;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 50%;
  transition: 0.4s;
}
@media print, screen and (min-width: 1160px) {
  .contact-nav a:hover {
    background-color: #3F2B2B;
    color: #E1D8D7;
  }
  .contact-nav a:hover::before, .contact-nav a:hover::after {
    right: 8px;
    background-color: #E1D8D7;
  }
  .contact-nav a:hover span {
    background-color: #fff;
    color: #3F2B2B;
  }
}

/* 右メニュー　背景スライド
----------------------------------------------*/
@media print, screen and (min-width: 1160px) {
  #header__right-slide {
    height: 100vh;
  }
}
#header__right-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ************************************************
 *	ハンバーガーメニュー関連
 * ************************************************ */
/* メニュートリガー
----------------------------------------*/
.menu-trigger {
  display: inline-block;
  width: 70px;
  height: 56px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  transform: translateX(0);
}
@media print, screen and (min-width: 1160px) {
  .menu-trigger {
    display: none;
  }
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  height: 1px;
  background-color: #70543A;
  transition: all 0.5s;
}
.menu-trigger span:nth-of-type(1) {
  top: 22px;
  right: 10px;
  width: 50px;
}
.menu-trigger span:nth-of-type(2) {
  top: 34px;
  right: 10px;
  width: 36px;
}
.menu-trigger.active span:nth-of-type(1) {
  top: 21px;
  transform: translateY(6px) rotate(-20deg);
}
.menu-trigger.active span:nth-of-type(2) {
  top: 27px;
  width: 50px;
  transform: rotate(20deg);
}

/* メニュー枠
----------------------------------------*/
#header.open {
  background-color: #F7EFE5;
}

.header_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #F7EFE5;
  padding: 24px 5%;
  transition: all 0.8s;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
}
@media print, screen and (min-width: 1160px) {
  .header_nav {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: min(5.4vw, 88px) 24px 32px;
    z-index: 2;
    transform: unset;
    transition: unset;
    overflow: unset;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}
.header_nav.open {
  opacity: 1;
  visibility: visible;
}

/* ************************************************
 * googlemap
 * ************************************************ */
.gmap {
  width: 100%;
  position: relative;
  padding-bottom: 57.8%;
  height: 0;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ************************************************
 * 404
 * ************************************************ */
.notfound_wrap {
  padding: 136px 0 8px;
}
@media print, screen and (min-width: 600px) {
  .notfound_wrap {
    padding: 136px 0 16px;
  }
}

.notfound-ttl {
  color: #3F2B2B;
  font-size: 2.8rem;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .notfound-ttl {
    font-size: 3.2rem;
  }
}

.notfound-text {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 24px;
}
@media print, screen and (min-width: 600px) {
  .notfound-text {
    font-size: 2.4rem;
    margin-top: 32px;
  }
}

/* ************************************************
 * reCAPTCHA
 * ************************************************ */
.grecaptcha-badge {
  visibility: hidden;
}

/* ************************************************
 *	パンくずリスト
 * ************************************************ */
.breadcrumbs_wrapper {
  width: 100%;
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  text-align: left;
  max-width: 600px;
  padding: 72px 5% 16px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1160px) {
  .breadcrumbs_wrapper {
    padding: 120px 32px 16px;
  }
}
.breadcrumbs_wrapper .bre {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
.breadcrumbs_wrapper span {
  display: inline-block;
  font-size: 1rem;
  padding: 0 2px;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs_wrapper span {
    padding: 0 0;
    font-size: 1.2rem;
  }
}
.breadcrumbs_wrapper a {
  display: inline-block;
  font-size: 1rem;
  padding-right: 2px;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbs_wrapper a {
    font-size: 1.2rem;
  }
}

/* ************************************************
 *	フッター
 * ************************************************ */
/* 共通
----------------------------------------*/
footer {
  max-width: 600px;
  margin: 0 auto;
  background-color: #70543A;
  color: #fff;
  padding-top: 32px;
}

/* スマホ固定フッター
----------------------------------------*/
.footer__sp-fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  z-index: 1;
}
@media print, screen and (min-width: 1160px) {
  .footer__sp-fixed-btn {
    display: none;
  }
}
.footer__sp-fixed-btn ul {
  display: flex;
  align-items: stretch;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
}
.footer__sp-fixed-btn li {
  width: 50%;
}
.footer__sp-fixed-btn li:nth-child(1) a {
  background-color: #F7EFE5;
}
.footer__sp-fixed-btn li:nth-child(2) a {
  background-color: #E3DEDA;
}
.footer__sp-fixed-btn a {
  display: grid;
  place-items: center;
  height: 100%;
}

/* アクセス
----------------------------------------*/
.footer__map-text {
  font-size: 1.4rem;
  margin-top: 12px;
}

a.footer__map-link {
  display: inline-block;
  background: url(images/icon-external-white.svg) no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 10px auto;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #fff;
  padding: 8px 30px 8px 12px;
  margin-top: 12px;
}
@media print, screen and (min-width: 1160px) {
  a.footer__map-link {
    transition: 0.4s;
  }
  a.footer__map-link:hover {
    background: #fff url(images/icon-external-brown.svg) no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 10px auto;
    color: #70543A;
  }
}

/* フッターリンク
----------------------------------------*/
.footer__link-area {
  margin-top: 56px;
}
@media print, screen and (min-width: 600px) {
  .footer__link-area {
    margin-top: 72px;
  }
}

.footer__link-inner {
  display: flex;
  justify-content: center;
  gap: 0 15%;
}
@media print, screen and (min-width: 600px) {
  .footer__link-inner {
    gap: 0 120px;
  }
}

.footer__link {
  display: flex;
  flex-direction: column;
  gap: 1.75em 0;
  line-height: 1;
}
.footer__link a {
  display: inline-block;
  color: #fff;
}
@media print, screen and (min-width: 1160px) {
  .footer__link a {
    transition: opacity 0.4s;
  }
  .footer__link a:hover {
    opacity: 0.6;
  }
}

/* フッターSNS
----------------------------------------*/
.footer__sns-area {
  margin-top: 64px;
}

.footer__sns-ttl {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.footer__sns-ttl span {
  display: inline-block;
  background: url(images/footer-sns-ttl-bg-left.svg) no-repeat, url(images/footer-sns-ttl-bg-right.svg) no-repeat;
  background-position: left center, right center;
  background-size: 18px 33px;
  padding: 5px 36px;
}

.footer__sns {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 16px;
}
.footer__sns li {
  width: 112px;
  height: 112px;
  border-right: 1px solid #fff;
}
.footer__sns li:first-child {
  border-left: 1px solid #fff;
}
.footer__sns a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1160px) {
  .footer__sns a {
    transition: opacity 0.4s;
  }
  .footer__sns a:hover {
    opacity: 0.6;
  }
}

/* フッターロゴ
----------------------------------------*/
.footer__logo {
  text-align: center;
  margin-top: 64px;
}
.footer__logo a {
  display: inline-block;
}
@media print, screen and (min-width: 1160px) {
  .footer__logo a {
    transition: opacity 0.4s;
  }
  .footer__logo a:hover {
    opacity: 0.6;
  }
}

/* コピーライト
----------------------------------------*/
.copyright {
  background-color: #70543A;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  padding: 40px 0 96px;
}
@media print, screen and (min-width: 1160px) {
  .copyright {
    padding: 40px 0;
  }
}/*# sourceMappingURL=style.css.map */