@charset "utf-8";

/*----------------------------------------------------------
/* 基本定義
/* last 2021.10.21
-----------------------------------------------------------*/

/*フォント設定*/
html {
  font-size: 10px; /* initial 10px */
}
body {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #7a6a56;
  background: url(./images/bg-parts.gif) 0 0 repeat;
}

/* アンカー／初期化 */
a,
a:link,
a:visited {
  text-decoration: none;
  color: #7a6a56;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:active,
a:hover {
  text-decoration: underline;
  opacity: 0.65;
}
/* imgホバー透過 */
a img,
.fade-btn {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover img,
.fade-btn:hover {
  opacity: 0.65;
}

/* レスポンシブ処置 */
.respo_block {
  display: block;
  max-width: 100%;
  height: auto;
}
.respo_inlineblock {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* PC／電話番号リンク無効 */
@media (min-width: 768px) {
  a[href*="tel:"],
  a.contact-btn_tel {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*----------------------------------------------------------
/* レイアウト
-----------------------------------------------------------*/
#wrapper,
article,
#wrapper > article > section {
  width: 100%;
}
#wrapper > article > section .sec-inner {
  margin: 0 auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #wrapper > article > section .sec-inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper {
    padding-top: 119px;
  }
  #wrapper > article > section .container {
    max-width: 1000px !important;
  }
}

/*----------------------------------------------------------
/* アニメーション設定
-----------------------------------------------------------*/
.anime01,
.anime02,
.anime03,
.anime04,
.anime05 {
  opacity: 0;
}
.anime01.viewon,
.anime02.viewon,
.anime03.viewon,
.anime04.viewon,
.anime05.viewon {
  opacity: 1;
}

/* メインイメージ */
.anime01 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.anime02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.anime04 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.anime05 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/*----------------------------------------------------------
/* ヘッダー
-----------------------------------------------------------*/
header {
  margin: 0 auto 0;
  width: 100%;
  background-color: #fff;
}
header h1 {
  margin: 0 auto 0;
  padding: 15px 15px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header h1 img {
    width: 190px;
  }
}
@media screen and (min-width: 768px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    -webkit-box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
}

/*----------------------------------------------------------
/* オープニング／section01
-----------------------------------------------------------*/
#sec_opening {
  margin: 0 auto 50px;
}
.headline {
  margin: 0 auto 0;
  padding: 15px;
  width: 100%;
  max-width: 1000px;
  background-color: #7a6a56;
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
  #sec_opening {
    background: url(./images/opening-bg.jpg) center center / cover no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  #sec_opening {
    background-attachment: fixed;
  }
}

/*----------------------------------------------------------
/* 資料請求・フリープラン街区申込受付／section02
-----------------------------------------------------------*/
#sec-firstintro {
  margin: 0 auto 80px;
}
.infomation-md {
  margin: 0 auto 4px;
  text-align: center;
}
/*** 資料請求ボタン ***/
.siryou-orderban {
  margin: 0 auto 50px;
  text-align: center;
}
/*** 住みやすさPRスタンプ ***/
.life-pr-stamp {
  margin: 0 auto 15px;
  text-align: center;
}
/* 注釈 */
.life-pr-notes {
  margin: 0 auto 0;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
}

/*----------------------------------------------------------
/* LOCATION／section03
-----------------------------------------------------------*/
#sec-location {
  margin: 0 auto 100px;
}
/*** 内部レイアウト ***/
#sec-location .sec-inner > div {
  margin: 0 auto 0;
}
#sec-location .sec-inner > div:nth-of-type(n + 2) {
  margin-top: 40px;
}
/*** エリア紹介部***/
.location-block1 h2 {
  margin: 0 auto 40px;
}
/** マップとエリア紹介 **/
.area-intro {
  margin: 0 auto 0;
}
.area-prbox > div:nth-of-type(1) {
  margin: 0 auto 40px;
}
.area-prbox > div:nth-of-type(2) {
  margin: 0 auto 20px;
}
.area-prbox > div .md {
  margin: 0 auto 5px;
}
.area-prbox > div p {
  line-height: 1.5;
}
.location-block2 .block-title {
  margin: 0 auto 20px;
}
/*** ランドマーク紹介部 ***/
.landmark-map-notes {
  margin: 10px 0 0 0;
  text-align: left;
  font-size: 1.3rem;
}
/** ランドマーク紹介 **/
.landmark-intro {
  margin: 0 auto 0;
  padding: 0;
}
.landmark-intro > li {
  list-style: none;
  text-align: center;
}
.landmark-intro > li span {
  display: block;
  margin-top: 8px;
  text-align: right;
  font-size: 1.3rem;
}
/*** 富谷子育てメリット紹介部 ***/
.tomiya-kosodate-merit {
  margin: 0 auto 0;
  padding: 20px 25px;
  text-align: center;
  background-color: #fff;
  border: solid 2px #7a6a56;
}
.tomiya-kosodate-merit-notes {
  margin: 6px 0 0 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  /*** エリア紹介部***/
  .location-block1 h2 img {
    width: 90%;
    max-width: 460px;
  }
  /** マップとエリア紹介 **/
  .area-intro {
    margin: 0 auto 0;
  }
  .area-intro > div {
    margin: 0 auto 30px;
  }
  /** ランドマーク紹介 **/
  .landmark-intro > li:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .landmark-intro > li img {
    width: 80%;
  }
  .landmark-intro > li span {
    margin: 6px auto 0;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  /*** 内部レイアウト ***/
  #sec-location .sec-inner > div:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  /** マップとエリア紹介 **/
  .area-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .area-intro .area-map {
    width: 60%;
  }
  .area-intro .area-prbox {
    width: 38%;
  }
  /** ランドマーク紹介 **/
  .landmark-map-notes {
    text-align: right;
  }
  .landmark-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .landmark-intro::after {
    display: block;
    content: "";
    width: 31%;
    height: 0;
  }
  .landmark-intro > li {
    width: 31%;
  }
  .landmark-intro > li:nth-of-type(n + 4) {
    margin-top: 40px;
  }
  /*** 富谷子育てメリット紹介部 ***/
  .tomiya-kosodate-merit-notes {
    text-align: right;
  }
}

/*----------------------------------------------------------
/* LANDSCAPE／section04
-----------------------------------------------------------*/
#sec-landscape {
  margin: 0 auto 100px;
}
/*** 内部レイアウト ***/
#sec-landscape .sec-inner > div {
  margin: 0 auto 0;
}
#sec-landscape .sec-inner > div:nth-of-type(2) {
  margin-top: 50px;
}
/*** 街区マップ注釈 ***/
.landscape-gaiku-map-notes {
  margin: 0 0 40px 0;
  font-size: 1.3rem;
}
/*** 詳細ボタン ***/
.detail-linkbox {
  margin: 0 auto 0;
  padding: 0;
  width: 100%;
}
.detail-linkbox li {
  list-style: none;
  text-align: center;
}
.detail-linkbox li img {
  -webkit-box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.4);
}
/*** 街区ポイント紹介部 ***/
/*** 共通 ***/
.landscape-block .inner {
  margin: 0 auto 0;
}
.landscape-block h3 {
  margin: 0 auto 15px;
}
.landscape-block p {
  margin: 0 auto 0;
}
/** 丘の上の街 **/
.landscape-block.okanoue .chart .chart-notes {
  margin: 5px auto 0;
  font-size: 1.3rem;
}
/** イチョウの並木通 **/
.landscape-block.ichou-inter {
  margin: 0 auto 0;
  width: 100%;
}
/** タウンウォール **/
.landscape-block.townwall .chart {
  margin: 20px 0 0 0;
  text-align: center;
}
.landscape-block.townwall .chart .notes {
  margin: 5px 0 0 0;
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  /*** 内部レイアウト ***/
  #sec-landscape .sec-inner > div:nth-of-type(n + 3),
  .landscape-block.ichou-inter > div:nth-of-type(2) {
    margin-top: 40px;
  }
  /*** 詳細ボタン ***/
  .detail-linkbox li:nth-of-type(1) {
    margin: 0 0 20px 0;
  }
  .detail-linkbox li img {
    width: 80%;
  }
  .landscape-block.okanoue .info {
    margin: 0 auto 20px;
  }
  /** 丘の上の街 **/
  .landscape-block.okanoue h3 img {
    width:158px;
  }
  /** 子育て **/
  .landscape-block.kosodate h3 img {
    width:142px;
  }
  /** イチョウの並木通 **/
  .landscape-block.ichou-inter {
    margin: 0 auto 0;
    width: 100%;
  }
  .landscape-block.ichou-inter .ichounamiki-block {
    margin: 0 auto 25px;
  }
  .landscape-block.ichou-inter .ichounamiki-block h3 img {
    width:186px;
  }
  /** インターロッキング **/
  .landscape-block.ichou-inter .inter-rocking-block h3 img {
    width:199px;
  }
  /** タウンウォール **/
  .landscape-block.townwall h3 img {
    width:160px;
  }
  /** 子育てとタウンウォール共通 **/
  .landscape-block.kosodate p img,
  .landscape-block.townwall p img {
    width: 100%;
    max-width: 460px;
  }
}
@media screen and (min-width: 768px) {
  /*** 内部レイアウト ***/
  #sec-landscape .sec-inner > div:nth-of-type(2) {
    margin-top: 60px;
  }
  #sec-landscape .sec-inner > div:nth-of-type(n + 3) {
    margin-top: 25px;
  }
  /*** 詳細ボタン ***/
  .detail-linkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .detail-linkbox li {
    padding: 0 15px;
    width: 42%;
  }
  /*** 街区マップ注釈 ***/
  .landscape-gaiku-map-notes {
    text-align: right;
  }
  /** 丘の上の街 **/
  .landscape-block.okanoue .chart .chart-notes {
    text-align: right;
  }
  .landscape-block.okanoue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 0;
  }
  .landscape-block.okanoue .info {
    width: 30%;
  }
  .landscape-block.okanoue .chart {
    width: 68%;
  }
  /** イチョウの並木通 **/
  .landscape-block.ichou-inter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .landscape-block.ichou-inter > div {
    width: 48%;
  }
  /** 子育てとタウンウォール共通 **/
  .landscape-block.kosodate p img,
  .landscape-block.townwall p img {
    width: 100%;
  }
}

/*----------------------------------------------------------
/* 冒頭キャンペーン紹介／section01
-----------------------------------------------------------*/
@media screen and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
}

/*----------------------------------------------------------
/* フッター
-----------------------------------------------------------*/
footer {
  margin: 0 auto 0;
  padding: 25px 15px 85px 15px;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #000;
}
footer .inner {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1000px;
}
.ft-page-notes {
  margin: 0 auto 40px;
  font-size: 1.1rem;
}
/** ブランドロゴ・フリーダイアル **/
.ft-brand-freedial {
  margin: 0 auto 0;
  width: 100%;
}
.ft-brand-freedial a {
  display: block;
}
.ft-brand-freedial a img {
  width: 100%;
}
/* ページトップ戻りボタン */
footer a.pagetop-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: block;
  padding: 2px 0;
  text-align: center;
  color: #fff;
  background-color: #7a6a56;
  border-radius: 50px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.7;
  display: none;
}
footer a.pagetop-btn:hover {
  opacity: 1;
}
footer a.pagetop-btn::after {
  display: block;
  content: "";
  margin: 4px auto 0;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}
/* ページ右端街区詳細ボタン */
.page-side-btn {
  position: fixed;
  top: 25%;
  right: 0;
  display: none;
}
.page-side-btn a {
  display: block;
  margin-bottom: 15px;
}
.page-side-btn a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  /** ブランドロゴ・フリーダイアル **/
  .ft-brand-freedial a {
    margin: 0 auto 0;
  }
  .ft-brand-freedial > a:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .ft-brand-freedial .brand-logo-btn {
    width: 85%;
  }
  .ft-brand-freedial .freedial-btn {
    width: 70%;
  }
  /* ページ右端街区詳細ボタン */
  .page-side-btn {
    width: 35px;
  }
}
@media screen and (min-width: 768px) {
  /** ブランドロゴ・フリーダイアル **/
  .ft-brand-freedial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .ft-brand-freedial a {
    padding: 0 15px;
  }
  .ft-brand-freedial .brand-logo-btn {
    width: 32%;
  }
  .ft-brand-freedial .freedial-btn {
    width: 27%;
  }
  /* ページ右端街区詳細ボタン */
  .page-side-btn {
    width: 60px;
  }
}

#land{
  padding: 40px 0 60px;
}

@media screen and (max-width: 767px){
  #land{
    padding: 0;
  }
}

#land h2{
  margin-bottom: 40px;
}

#land .tbl_wrap{
  width: 682px;
  max-width: 100%;
  margin: 0 auto 60px;
}

#land .tbl_wrap table{
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}

#land .tbl_wrap table th,
#land .tbl_wrap table td{
  color: #756a57;
  font-size: 18px;
  text-align: center;
  line-height: 1em;
  padding: 10px 0;
}

#land .tbl_wrap table th{
  background: #dbd1c0;
  letter-spacing: 0.2em;
}

#land .tbl_wrap table td{
  background: #fdfaf4;
}

#land .btn_wrap{
  text-align: center;
}

#land .btn_wrap a{
  max-width: 100%;
}

#land .btn_wrap a img{
  max-width: 100%;
}


#bunjou{
  padding: 40px 0 60px;
}

@media screen and (max-width: 767px){
  #bunjou{
    padding: 40px 0 0;
  }
}

#bunjou h2{
  margin-bottom: 40px;
}

.bunjou_list_wrap{
  padding: 0 10px;
}

.bunjou_list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -10px;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 767px){
  .bunjou_list_wrap{
    padding: 0;
  }

  .bunjou_list{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*width: 100%;*/
    margin: 0;
    /*list-style: none;*/
  }
}

.bunjou_list .bunjou_house_item{
  width: 50%;
  padding: 0 10px;
  margin-top: 60px;
}

@media screen and (max-width: 767px){
  .bunjou_list .bunjou_house_item{
    width: 100%;
    padding: 0;
    /*margin-top: 60px;*/
  }
}

.bunjou_list .bunjou_house_item:nth-child(-n+2){
  margin-top: 0;
}

@media screen and (max-width: 767px){
  .bunjou_list .bunjou_house_item:nth-child(-n+2){
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px){
  .bunjou_list .bunjou_house_item:nth-child(-n+1){
    margin-top: 0;
  }
}

.bunjou_list .bunjou_house_item .inner{
  background: #fff;
  padding: 0 0 20px;
  color: #756a57;
}

.bunjou_list .bunjou_house_item img{
  max-width: 100%;
}

.bunjou_list .bunjou_house_item ul{
  list-style: none;
}

.bunjou_list .bunjou_house_item h3{
  background: #756a57;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1em;
  padding: 10px 0;
  margin-bottom: 0;
}

.bunjou_list .bunjou_house_item .meta_info_wrap{
  padding: 15px 20px 0;
}

.bunjou_list .bunjou_house_item .catch{
  font-size: 17px;
  line-height: 1.8em;
  margin-bottom: 15px;
}

.spec_wrap{
  margin-bottom: 35px;
  position: relative;  
}

.bunjou_list .bunjou_house_item .spec{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 17px;
  position: relative;
}

.bunjou_list .bunjou_house_item .spec th{
  background: #f9f2e4;
  width: 117px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding: 0;
}

.bunjou_list .bunjou_house_item .spec td{
  padding: 0 0 0 15px;
}

.bunjou_list .bunjou_house_item .spec td span{
  font-size: 14px;
  position: relative;
  left: -5px;
}

.bunjou_list .bunjou_house_item .spec td sup{
  font-size: 8px;
  top: -11px;
  right: 3px;
}

.bunjou_list .bunjou_house_item .spec td .torikeshi{
  /*color: #be2119;*/
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  margin-right: -5px;
}

.bunjou_list .bunjou_house_item .spec td .torikeshi:before{
  content: "";;
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #be2119;
  position: absolute;
  top: 13px;
}

.bunjou_list .bunjou_house_item .spec td .torikeshi:after{
  content: "";;
  display: block;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #be2119;
  position: absolute;
  bottom: 13px;
}

.bunjou_list .bunjou_house_item .spec td .after_price{
  display: inline-block;
  margin-bottom: 0;
}

.bunjou_list .bunjou_house_item .spec tr th,
.bunjou_list .bunjou_house_item .spec tr td{
  border-top: 1px solid #c8c8d2;
  line-height: 31px;
}

.bunjou_list .bunjou_house_item .spec tr:last-child th,
.bunjou_list .bunjou_house_item .spec tr:last-child td{
  border-bottom: 1px solid #c8c8d2;
}

.badge_wrap{
  display: flex;
  line-height: 0;
  margin: 0 -5px 20px;
  padding: 0;
}

.badge_wrap li{
  width: 33.3333%;
  padding: 0 5px;
}

.badge_wrap li img{
  width: 100%;
}

.icons{
  display: flex;
  line-height: 0;
  margin: 0 -5px 30px;
  padding: 0;
}

.icons li{
  width: 20%;
  padding: 0 5px;
}

.icons li img{
  width: 100%;
}

.bunjou_list .btn_wrap{
  text-align: center;
}

.bunjou_list .btn_wrap a{
  display: block;
  width: 377px;
  max-width: 100%;
  margin: 0 auto 20px;
}

.bunjou_list .btn_wrap a:last-child{
  margin-bottom: 0;
}

.bunjou_list .btn_wrap a img{
  width: 100%;
}

.spec_note{
  position: absolute;
  left: 0;
  bottom: -1.5em;
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 0;
}

@media screen and (max-width: 767px){
  .spec_note{
    font-size: 9px;
  }
}

#map{
  margin-top: 70px !important;
}

#map h2{
  margin-bottom: 40px;
}

#map .map_wrap{
  width: 100%;
  position: relative;
}

#map .map_wrap:after{
  content: "";
  display: block;
  padding-bottom: 54.29%;
}

@media screen and (max-width: 767px){
  #map .map_wrap:after{
    /*content: "";*/
    /*display: block;*/
    padding-bottom: 100%;
  }
}

#map .map_wrap iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
