@charset "UTF-8";

/*--------------------------------------------------------
　2023.01リニューアル時以降　追記CSS
--------------------------------------------------------*/

/* =======================================
　全体共通
======================================= */
/*------ ヘッダー -----*/
header {
  border-top: 16px solid #b5cdc0;
  display: flex;
  justify-content: flex-end;
  min-height: 80px;
  margin: 0 !important;
  position: relative;
  z-index: 1000000000;
}

@media screen and (min-width: 768px) {
  .header_top {
    margin-top: 20px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
  }
}


/*------ ロゴ -----*/
.logo-area {
  position: absolute;
  top: 38px;
  left: 6%;
  z-index: 1;
  width: 152px;
}

.logo-area img {
  width: 100%;
}

img.sp-logo {
  display: none;
}

/* @media screen and (min-width: 1025px) {
  .logo-area {
    width: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .logo-area {
    width: 150px;
  }
} */

@media screen and (max-width: 768px) {
  .logo-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  img.pc-logo {
    display: none;
  }

  img.sp-logo {
    display: block;
    width: 100%;
  }
}



/*------ ヘッダーインナー -----*/
.header-inner {
  width: 1080px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-inner {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .header-inner {
    width: 100%;
    padding-right: 0;
    background: #bfbfbf;
    height: 62px;
  }
}

@media screen and (max-width: 480px) {
  .header-inner {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

/* .header-inner p {
  margin-bottom: 0;
} */


/* Gナビ */
nav.gnavi-top {
  position: fixed;
  top: 80px;
  right: 0;
  width: 154px;
  height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
}

ul#menu-gnavi-1 {
  padding: 0;
  margin: 0;
  width: 90px;
  font-size: 15px;
}

ul#menu-gnavi-1::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../re/img/humbarger_pc.png) no-repeat 0 center;
  background-size: contain;
  margin-bottom: 20px;
}

li.current_page_item a,
li.current-menu-item a {
  color: #dd9ed7 !important;
}

@media screen and (min-width: 768px) {
  .top-nav-area {
    /* display: none; */
  }
}

@media screen and (max-width: 768px) {
  .top-nav-area {
    width: 25%;
    display: flex;
    justify-content: center;
    height: 40px;
  }

  ul#menu-gnavi::before {
    content: none;
  }
}


@media screen and (max-width: 480px) {
  /* .top-nav-area {
    width: 20%;
  } */
}


/* 概要文 */

.header_desc p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .header_desc {
    margin: 29px 0 0 46px;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .header_desc {
    display: none;
  }
}



@media screen and (min-width: 768px) {
  .tel-number {
    margin-top: 16px;
  }
  .tel-number-txt{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 0;
    left: 24px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .tel-number-txt::before{
    content: "";
    background: url(../re/img/telephone.png) no-repeat 0 center;
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 3px;
    left: -24px;
  }
	.tel-number-desc{
	  font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
	}
}


@media screen and (max-width: 768px) {
  .tel-number {
    display: none;
  }
}





/* お問い合わせ（プラン制作）ボタン */
.estimate {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
}

.page-id-613 .estimate{
  display: none;
}

.admin-bar .estimate {
  top: 30px;
  height: calc(100vh - 30px);
}

a.request-btn {
  display: block;
  background: url(../add_images/common/leftButton_pc.png) no-repeat 50%;
  background-size: contain;
  width: 35px;
  height: 164px;
  text-indent: -9999rem;
}

a.request-btn:hover {
  display: block;
  background: url(../add_images/common/hoverButton_pc.png) no-repeat 50%;
  background-size: contain;
}


@media screen and (max-width: 768px) {
  .admin-bar .estimate {
    top: 0px;
    height: 40px;
  }
  
  .estimate {
    position: relative;
    top: 0;
    height: auto;
    width: 25%;
  }

  a.request-btn,
  a.request-btn:hover {
    background: url(../add_images/common/mailicon-new.png) no-repeat 50%;
    background-size: contain;
    width: 34px;
    height: 19px;
    right: -2px;
    position: relative;
  }
}


/* スマホ時トップで固定 */
@media screen and (max-width: 768px) {
  #info-bar.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 60px;
  }
}



/*------ トップページスライド（PC／SP共通） -----*/
.main-visual-area {
  padding: 0;
}

.mv-slide-pc,
.mv-slide-sp {
  padding: 0 115px;
  max-width: 100%;
  margin: 0 auto;
}
.mv-slide-sp{
  display: none;
}
.mv-slide-sp img{
object-fit: contain;
}

@media screen and (max-width: 768px) {

  .mv-slide-pc,
  .mv-slide-sp {
    padding: 0 !important;
    margin: 0 !important;
  }
  .mv-slide-pc{
    display: none;
  }
  .mv-slide-sp{
  display: block;
}

}

/* ページャー */
@media screen and (min-width: 768px) {
  ol.flex-control-nav.flex-control-paging {
    display: flex;
    justify-content: flex-end;
  }
}

.metaslider .flex-control-nav {
  bottom: -16px !important;
  right: 5px !important;
}

.metaslider .flex-control-nav li a {
  margin: 0 4px !important;
}

.flex-control-paging li a {
  width: 8px !important;
  height: 8px !important;
}

ol.flex-control-nav.flex-control-paging a.flex-active {
  background-color: #e3a9ce !important;
}

ol.flex-control-nav.flex-control-paging a {
  background-color: #ddd !important;
}
.ms-edit-frontend{
  display: none;
}

/*------ サブページメインビジュアル -----*/
.main-visual-area.detail {
  width: 100%;
  height: auto;
  padding: 0 115px;
  box-sizing: border-box;
}

h1.main-visual-inner {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.main-visual-area.detail img {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .main-visual-area.detail {
    padding: 0;
    margin-bottom: 40px;
  }
}



/*------ メインビジュアルにかかる矢印 -----*/
@media screen and (min-width: 768px) {
  .mv-arrow {
    display: flex;
    justify-content: center;
    margin: -40px 0 80px;
    position: relative;
  }

  .home .mv-arrow {
    margin: -80px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .mv-arrow {
    display: none;
  }
}


/*------ トップページ -----*/
/* スライド下のキャッチ（スマホ） */
section.sliderBottom {
  margin-bottom: 40px;
}

section.sliderBottom img.img-responsive.img100_pc.justSp {
  width: 100%;
  height: 50vw;
  object-fit: cover;
  object-position: 50% 50%;
}



/*------ 下層ページ -----*/
/* 大見出し */
.page-heading h1 {
  text-align: center;
  background: #B9D2C2;
  font-size: 28px !important;
  padding: 10px;
  margin-bottom: 45px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .page-heading h1 {
    margin: -40px -16px 45px;
    background: #dda8de;
    font-size: 20px !important;
  }
}


/* セクション調整 */
#content section {
  margin: 0 auto;
}


/*------ 事例ページ -----*/
.blog #content {
  padding: 0 110px;
}

.blog #content .col-sm-offset-1 {
  margin: 0;
  width: 100%;
}

.blog #content .col-sm-4.workListDiv.col-xs-12 {
  padding: 0;
}


@media screen and (max-width: 999px) {
  .blog #content {
    padding: 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .blog #content {
    margin-top: 70px;
    padding: 0 16px;
  }
}


/*------ コンタクト -----*/
/* 左サイドお問い合わせボタン（プラン作成依頼） */
.col-sm-1.topLeft.justPc {
  position: absolute;
  z-index: 100;
  top: 40px;
}



/*------ 右サイドナビ（Fixed） -----*/
/* トップページ */
nav.col-sm-offset-10.col-sm-1.topRight.justPc,
nav.col-sm-1.topRight.justPc {
  position: absolute;
  z-index: 100;
  top: 125px !important;
  right: 0;
  overflow: auto;
  height: calc(90vh - 125px) !important;
}


/* サブページ */
nav.col-sm-1.topRight.justPc {
  position: absolute;
  z-index: 100;
  top: 3.5vh !important;
  right: 20px;
}

nav.col-sm-1.topRight.justPc ul {
  padding: 0 !important;
  margin: 0 !important;
}

/* トグル画像 */
nav.col-sm-offset-10.col-sm-1.topRight.justPc img.img-responsive {
  margin: 0 auto;
}



/* =======================================
　トップページ
======================================= */
/*------ そんな「お庭」をご提案するために・・・ -----*/
#top-page-teian {
  margin: 10px 0 60px;
}



/* =======================================
　制作実績記事ページ
======================================= */
.single-post .col-sm-10.topMiddle_archive.col-xs-12 {
  margin: 0 auto;
  width: 100%;
  padding: 0 115px;
}

/* ギャラリー */
section#gallery-content {
  padding: 80px 115px 0;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .single-post .col-sm-10.topMiddle_archive.col-xs-12 {
    margin-top: 0 !important;
    padding: 0;
  }

  section#gallery-content {
    padding: 40px 0 0;
    width: 100%;
    margin: 0;
    position: relative;
    clear: both;
  }

  .single_work_list {
    width: 100%;
    margin: 0;
  }
}



/* =======================================
　スタッフページ
======================================= */

.page #content {
  padding: 0 110px;
}

.page #content .col-sm-offset-1 {
  margin: 0;
  width: 100%;
}




/* =======================================
　ブログ個別記事
======================================= */

/*----- ヘッダー -----*/
.blog-mv {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 160px;
}

@media screen and (max-width: 999px) {
  .blog-mv {
    padding: 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .blog-mv {
    padding: 0 16px;
  }
}


.single-blog_post .topMiddle_archive,
.single-field_report .topMiddle_archive,
.single-mame .topMiddle_archive {
  margin-top: -85px;
  width: 100%;
  padding: 0;
}

#blog-main-visual {
  max-width: 980px;
  margin: 10px auto 0;
}

#blog-main-visual img {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 768px) {

  .single-blog_post .topMiddle_archive,
  .single-field_report .topMiddle_archive,
  .single-mame .topMiddle_archive {
    margin-top: 55px;
  }
}


/*----- コンテンツ -----*/
.single-blog_post #content,
.single-field_report #content,
.single-mame #content {
  max-width: 980px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {

  .single-blog_post #content,
  .single-field_report #content,
  .single-mame #content {
    padding: 0;
  }

  .single-blog_post #content main,
  .single-field_report #content main,
  .single-mame #content main {
    margin: 64px 16px;
  }
}



/* ブログタイトル */
h1.article_title {
  font-weight: 700;
  margin-top: 40px;
  font-size: 24px;
}


/* カテゴリ・日付 */
.article_meta {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 56px;
  font-size: 14px;
  color: #AAA;
}


/* コメント */
#respond {
  margin-top: 120px;
}

p.nocomments {
  display: none;
}


/*記事ページャー*/
.postLinks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 48px 0;
}

.postLink.postLink-prev a,
.postLink.postLink-next a {
  display: inline-block;
  border: 1px solid #299911;
  padding: 4px 16px;
  border-radius: 4px;
  color: #299911;
}

.postLink.postLink-prev a:before {
  content: "<";
  margin-right: 8px;
  color: #299911;
}

.postLink.postLink-next a:after {
  content: ">";
  margin-left: 8px;
  color: #299911;
}


/* =======================================
　ブログ一覧ページ & 現場eye一覧ページ
======================================= */

.archive .topMiddle {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .archive .topMiddle {
    padding: 0 0 40px;
  }

  .post-type-archive-blog_post .topMiddle,
  .post-type-archive-field_report .topMiddle,
  .post-type-archive-mame .topMiddle,
  .tax-field_category .topMiddle,
  .tax-blog_category .topMiddle,
  .tax-mame_category .topMiddle {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .archive .topMiddle {
    width: 100%;
    padding: 0 !important;
  }

  .post-type-archive-blog_post .topMiddle,
  .post-type-archive-field_report .topMiddle,
  .post-type-archive-mame .topMiddle,
  .tax-field_category .topMiddle,
  .tax-blog_category .topMiddle,
  .tax-mame_category .topMiddle {
    margin-top: 30px;
  }
}



/* 大見出し */
.post-type-archive-blog_post h1,
.post-type-archive-field_report h1,
.post-type-archive-mame h1,
.tax-field_category h1,
.tax-blog_category h1,
.tax-mame_category h1 {
  background: #B9D2C2;
  padding: 8px 16px;
  text-align: center;
  color: #FFF;
  font-size: 32px;
  /* max-width: 1130px; */
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  /* 大見出し */
  .post-type-archive-blog_post h1,
  .post-type-archive-field_report h1,
  .post-type-archive-mame h1,
  .tax-field_category h1,
  .tax-blog_category h1,
  .tax-mame_category h1 {
    padding: 10px;
    font-size: 20px;
    margin: 0 auto;
  }
}


/* コンテンツレイアウト */
.post-type-archive-blog_post #content,
.post-type-archive-field_report #content,
.post-type-archive-mame #content,
.tax-field_category #content,
.tax-blog_category #content,
.tax-mame_category #content {
  margin: 120px auto 0;
  padding: 0 100px;
}

@media screen and (max-width: 999px) {

  .post-type-archive-blog_post #content,
  .post-type-archive-field_report #content,
  .post-type-archive-mame #content,
  .tax-field_category #content,
  .tax-blog_category #content,
  .tax-mame_category #content {
    margin: 0 auto;
  }
}


.post-type-archive-blog_post main,
.post-type-archive-field_report main,
.post-type-archive-mame main,
.tax-field_category main,
.tax-blog_category main,
.tax-mame_category main {
  /* max-width: 1160px; */
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}


@media screen and (max-width: 999px) {

  .post-type-archive-blog_post main,
  .post-type-archive-field_report main,
  .post-type-archive-mame main,
  .tax-field_category main,
  .tax-blog_category main,
  .tax-mame_category main {
    display: flex;
    flex-direction: column;
  }
}


@media screen and (max-width: 768px) {

  .post-type-archive-blog_post main,
  .post-type-archive-field_report main,
  .post-type-archive-mame main,
  .tax-field_category main,
  .tax-blog_category main,
  .tax-mame_category main {
    padding: 0 1px;
  }
}



.post-type-archive main .post-row,
.tax-field_category main .post-row,
.tax-blog_category main .post-row,
.tax-mame_category main .post-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}

@media screen and (max-width: 999px) {

  .post-type-archive-blog_post #content,
  .post-type-archive-field_report #content,
  .post-type-archive-mame #content,
  .tax-field_category #content,
  .tax-blog_category #content,
  .tax-mame_category #content {
    padding: 0 90px;
  }
}

@media screen and (max-width: 768px) {

  .post-type-archive-blog_post #content,
  .post-type-archive-field_report #content,
  .post-type-archive-mame #content,
  .tax-field_category #content,
  .tax-blog_category #content,
  .tax-mame_category #content {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {

  .post-type-archive main .post-row,
  .tax-field_category main .post-row,
  .tax-blog_category main .post-row,
  .tax-mame_category main .post-row {
    grid-template-columns: repeat(1, 1fr);
  }
}



/* 個別単位 */
.post-type-archive main .post-row .col-pc3.col-sp1,
.tax-field_category main .post-row .col-pc3.col-sp1,
.tax-blog_category main .post-row .col-pc3.col-sp1,
.tax-mame_category main .post-row .col-pc3.col-sp1 {
  width: 100%;
}

/* 画像（トリミング） */
.post-type-archive main .post-row .news_pic img,
.tax-field_category main .post-row .news_pic img,
.tax-blog_category main .post-row .news_pic img,
.tax-mame_category main .post-row .news_pic img {
  display: block;
  height: 30rem !important;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 200%;
}

/* カテゴリ/日付 */
.post-type-archive .news_meta,
.tax-field_category .news_meta,
.tax-blog_category .news_meta,
.tax-mame_category .news_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

.post-type-archive .news-cate a,
.tax-field_category .news-cate a,
.tax-blog_category .news-cate a,
.tax-mame_category .news-cate a {
  background: #dd9ed7;
  color: #FFF;
  font-size: 12px;
  padding: 4px 8px;
  margin-right: 8px;
  transition: 0.3s;
}

.post-type-archive .news-cate a:hover,
.tax-field_category .news-cate a:hover,
.tax-blog_category .news-cate a:hover,
.tax-mame_category .news-cate a:hover {
  background: #ffd9fb;
}

.post-type-archive time.news_time,
.tax-field_category time.news_time,
.tax-blog_category time.news_time,
.tax-mame_category time.news_time {
  font-size: 12px;
  color: #888;
}


/* 記事タイトル見出し */
.post-type-archive main .post-row h2,
.tax-field_category main .post-row h2,
.tax-blog_category main .post-row h2,
.tax-mame_category main .post-row h2 {
  margin-bottom: 16px;
  border-top: none;
  font-size: 16px;
  font-weight: bold;
}

.post-type-archive main .post-row h2 a,
.tax-field_category main .post-row h2 a,
.tax-blog_category main .post-row h2 a,
.tax-mame_category main .post-row h2 a {
  color: #333 !important;
}

@media screen and (max-width: 768px) {
  .col-pc3.col-sp1 {
    margin-bottom: 24px !important;
  }

  h2.news_title {
    background: transparent;
    padding: 0;
    margin: 8px 0 !important;
  }


  article.news {
    display: flex;
    justify-content: space-between;
  }

  .news_pic,
  .news_summary {
    width: 50%;
    padding: 0 15px;
  }

  .post-type-archive main .post-row .news_pic img,
  .tax-field_category main .post-row .news_pic img,
  .tax-blog_category main .post-row .news_pic img,
  .tax-mame_category main .post-row .news_pic img {
    object-fit: contain;
    width: 100% !important;
    height: auto !important;
  }
}


/* 概要文 */
.news_desc p {
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
  color: #888 !important;
  margin: 0 0 1.5rem !important;
}

.news_desc a {
  text-decoration: none !important;
}


@media screen and (max-width: 600px) {
  .news_desc_txt {
    margin: 0 0 1.5rem !important;
  }
  
  .news_desc_txt::after {
    content: "[…]";
    font-size: 12px;
    color: #888;
  }
  
  .news_desc p {
    margin: 0 !important;
    height: 54px;
    overflow: hidden;
  }
}


/* 続きを読む */
.blog-more a {
  font-size: 14px;
  color: #dd9ed7;
  transition: .3s;
}

.blog-more a:hover {
  color: #ffd9fb;
}


@media screen and (max-width: 768px) {

  .post-type-archive .news_meta,
  .tax-field_category .news_meta,
  .tax-blog_category .news_meta,
  .tax-mame_category .news_meta {
    margin-top: 0;
  }
}




/* フッター調整 */
footer,
.post-type-archive footer,
.tax-field_category footer,
.tax-blog_category footer,
.tax-mame_category footer {
  margin-top: 40px;
}


/* ページャー */
ul.col-sm-12.pageLink.col-xs-12 {
  margin-top: 24px;
}



/* =======================================
　固定ページ共通テンプレート
======================================= */

/*----- コンテンツ枠 -----*/
.page #content {
  /* padding: 0 160px; */
}

@media screen and (max-width: 999px) {
  .page #content {
    /* padding: 0 90px; */
    /* padding: 0 40px; */
  }
}

@media screen and (max-width: 768px) {
  .page #content {
    /* padding: 0 16px; */
    padding: 0;
  }

  .home.page #content {
    padding: 0 10px;
  }
}

.page #content-inner {
  max-width: 1000px;
  margin: 0 auto 40px;
}



/*----- 固定ページ大見出し -----*/
h1.page-default-title {
  margin-bottom: 56px;
}



/*----- 現場eyeページ調整 -----*/
@media screen and (max-width: 1377px) {

  .blog_post-template-default #content,
  .field_report-template-default #content,
  .mame-template-default #content {
    padding: 0 220px;
    max-width: 100%;
  }
}


@media screen and (max-width: 1024px) {

  .blog_post-template-default #content,
  .field_report-template-default #content,
  .mame-template-default #content {
    padding: 0 160px;
    max-width: 100%;
  }
}



@media screen and (max-width: 768px) {

  .blog_post-template-default #content,
  .field_report-template-default #content,
  .mame-template-default #content {
    padding: 0;
  }
}






/* =======================================
　こだわりの品質ページ（固定ページ）
======================================= */

/*----- 証明書画像 -----*/
.feature-top-item {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.feature-top-item img {
  width: 100%;
}

/*----- 中見出し（共通） -----*/
.feature-item h2 {
  text-align: center;
  font-size: 24px;
  border: none;
  margin: 40px 0 24px;
  font-weight: 700;
  background: #EFEFEF;
  padding: 8px;
  color: #333;
}


/*----- ５つのこだわり -----*/
.feature-safe-item-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-safe-item {
  width: 33.333%;
  padding: 1%;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

.feature-safe-item img {
  width: 100%;
}

.feature-safe-item p {
  text-align: center;
  font-weight: 700;
}


@media screen and (max-width: 768px) {
  .feature-safe-item {
    width: 50%;
    padding: 1%;
    box-sizing: border-box;
  }
}


@media screen and (max-width: 600px) {
  .feature-safe-item {
    width: 100%;
    padding: 0;
  }
}


/*----- そして笑顔 -----*/
.feature-smile-item-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-smile-item {
  width: 33.333%;
  padding: 1%;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

.feature-smile-item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .feature-smile-item {
    width: 50%;
    padding: 1%;
    box-sizing: border-box;
  }
}


@media screen and (max-width: 600px) {
  .feature-smile-item {
    width: 100%;
    padding: 0;
  }
}


/* =======================================
　お問い合わせページ
======================================= */
/*----- 入力内容確認ページ -----*/
p#contact-send-memo {
  text-align: center;
}


/*----- サンキューページ -----*/
p.contact-thankyou01 {
  margin-top: 40px;
}



/* =======================================
　既存レイアウトの調整
======================================= */

/*----- ナビゲーションの修正 -----*/
/* ナビ枠 */
nav.col-sm-offset-10.col-sm-1.topRight.justPc {
  position: fixed;
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  nav.col-sm-offset-10.col-sm-1.topRight.justPc {
    display: none;
  }
}


.nav-title .menu-title {
  display: none;
}

.nav-title {
  margin-bottom: 24px;
}


.menu-title {
  text-align: center;
}

nav.topRight ul {
  position: relative;
}

nav.topRight ul li {
  line-height: 1.15;
}


@media screen and (min-width: 768px) {
  nav.topRight ul {
    margin-top: 10px;
  }

  nav.topRight ul li {
    margin-bottom: 18px;
  }
}



/*----- 見積依頼ボタンの修正 -----*/
.modelhouse_zone {
  position: relative;
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .leftButtonImg {
    left: 40px !important;
  }
}

/*----- コンテンツエリアの調整（ヘッダーと重なる） -----*/
@media screen and (min-width: 768px) {
  .page .col-sm-10.topMiddle.col-xs-12 {
    margin-top: 20px;
  }
}