@charset "UTF-8";

/*ベースカラー　#F2EFDE*/
/*丸枠用 #f7f4e6*/
/*キーカラー　#CEA82A*/
/*アクセントカラー　#308259*/
/*ボーダー　#D6D3C3*/

@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #242424;
}

*:focus {
  outline: none;
}

/*==================================
共通見出し
==================================*/

h1 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 24px;
}

h2 {
  position: absolute;
  top: 57%;
  width: 100%;
  text-align: center;
  font-size: 2rem;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.m-0 {
  margin: 0 auto;
}

/*==================================
共通見出し終わり
==================================*/

/*==================================
header
==================================*/

.h-menu-page {
  display: block;
  position: fixed;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0px 1px 13px -3px rgb(72 58 32 / 50%);
  z-index: 2;
}

.h-menu-page.top {
  display: block;
  position: fixed;
  width: 100%;
  height: 90px;
  background: rgb(72,58,32);
  background: linear-gradient(180deg, rgba(72,58,32,1) 0%, transparent 100%);
  box-shadow: none;
  z-index: 2;
}

.n-hamb-menu {
  display: none;
}

.n-logo-img {
  display: block;
  position: absolute;
  top: 13px;
  left: 24px;
  width: 65px;
  height: 65px;
}

.n-logo-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.n-logo-pc {
  width: 100%;
}

.n-logo-sp {
  display: none;
}

.n-menu-list {
  display: block;
  position: absolute;
  top: 34px;
  right: 460px;
}

.n-menu-list li {
  display: inline-block;
  list-style: none;
}

.n-menu-list li:not(:last-child) {
  padding-right: 40px;
}

.n-menu-list li a {
  font-size: 1rem;
  font-weight: bold;
  transition: ease 0.3s;
  color: #242424;
}

.n-menu-list.top li a:link, .n-menu-list.top li a:visited {
  color: #fff;
}

.n-menu-list li a:link, .n-menu-list li a:visited {
  color: #242424;
  text-decoration: none;
}

.n-menu-list li a:hover {
  color: #999;
}

.n-contact-btn {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 12px;
  right: 280px;
}

.n-contact-link {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #308259;
  transition: ease 0.3s;
}

.n-contact-link:hover {
  background: #59c68f;
}

.n-contact-btn img {
  display: inline-block;
  position: absolute;
  width: 30px;
  top: 17px;
  right: 18px;
}

.n-tel-btn {
  display: inline-block;
  position: absolute;
  width: 240px;
  height: 64px;
  top: 12px;
  right: 24px;
}

.n-tel-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #CEA82A;
  border-radius: 32px;
  transition: ease 0.3s;
  margin: 0;
  padding: 0;
}

.n-tel-link:hover {
  background: #F2CD51;
}

.n-tel-link:link, .n-tel-link:visited {
  color: #fff;
  text-decoration: none;
}

.n-tel-wrap {
  display: block;
  position: relative;
  padding: 12px 30px 12px 30px;
}

.n-tel-img {
  display: none;
}

.n-tel-txt {
  color: #fff;
  font-size: 0.75rem;
}

.n-tel-number {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.h-ttl-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background: #F2EFDE;
}

.n-twitter-btn {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 12px;
  right: 360px;
}

.n-twitter-btn img {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 13px;
  right: 6px;
}
/*==================================
header終わり
==================================*/

/*==================================
index メインビジュアル
==================================*/

.s-mv-contents {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.s-mv-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.s-mv-slider .slick-slide {
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.s-mv-img {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.s-mv-path {
  position: absolute;
  bottom: -20px;
  width: 100vw;
}

.s-mv-path img {
  width: 100vw;
}

.s-mv-copy {
  position: absolute;
  text-align: center;
  top: 35%;
  left: 10%;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(59,37,11,0.6);
  font-size: 3.75rem;
  font-weight: bold;
  z-index: 1;
}

.s-mv-ttl {
  position: absolute;
  text-align: center;
  font-family: 'Cedarville Cursive', cursive;
  font-size: 2.5rem;
  font-weight: bold;
  top: 46%;
  left: 10%;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(59,37,11,0.6);
  z-index: 1;
}

/*==================================
index メインビジュアル終わり
==================================*/

/*==================================
index メインコンテンツ部分
==================================*/

.s-read, .s-list, .s-point, .s-company {
  position: relative;
  margin-bottom: 100px;
}

.s-read-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.s-read-inner {
  width: 540px;
  align-self: center;
}

.s-read-txt, .s-point-txt {
  font-size: 1rem;
  line-height: 1.5rem;
}

.s-read-txt p, .s-point-txt p {
  margin-bottom: 1rem;
}

.s-read-img {
  width: 45%;
}

.s-read-img img {
  width: 100%;
}

.s-point-wrap {
  margin-bottom: 100px;
}

.s-point-odd, .s-point-even {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.s-point-img {
  width: 45%;
  align-self: center;
}

.s-point-img img {
  width: 100%;
}

.s-point-inner {
  position: relative;
  width: 560px;
  padding: 80px;
  box-sizing: border-box;
  background: #f7f4e6;
  border-radius: 52% 48% 60% 40% / 54% 49% 51% 46%;
}

.s-point-copy {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.s-point-ttl {
  position: absolute;
  top: -16px;
  left: 0;
/*  font-family: 'Cedarville Cursive', cursive;*/
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  color: #797979;
}

.s-point-number {
  font-family: 'Cedarville Cursive', cursive;
  font-size: 4rem;
  font-style: italic;
  color: #308259;
  padding-left: 4px;
}

.s-point-btn {
  display: block;
  width: 200px;
  height: 46px;
  border-radius: 30px;
  background: #308259;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  border: 2px solid #308259;
  box-sizing: border-box;
  transition: ease 0.3s;
}

.s-point-btn:link, .s-point-btn:visited {
  color: #fff;
  text-decoration: none;
}

.s-point-btn:hover {
  background: #fff;
  color: #308259;
  border: 2px solid #308259;
}

.s-point-line {
  height: auto;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
  color: #e04141;
  background-image: url(../img/head_line.png);
  background-position: bottom;
  background-repeat:repeat-x;
}

.s-more-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.s-more-btn {
  display: block;
  width: 200px;
  height: 46px;
  border-radius: 30px;
  background: #fff;
  color: #308259;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  border: 2px solid #308259;
  box-sizing: border-box;
  transition: ease 0.3s;
}

.s-more-btn:link, .s-more-btn:visited {
  color: #308259;
  text-decoration: none;
}

.s-more-btn:hover {
  background: #308259;
  color: #fff;
  border: 2px solid #308259;
}

.s-annotation {
  font-size: 0.75rem;
  color: #BF4040;
  margin: 0;
  padding: 0;
}

.s-annotation.center {
  text-align: center;
}

.m-table-wrap {
  width: 100%;
  margin-bottom: 40px;
}

.m-table {
  width: 100%;
  border-collapse: collapse;
}

.m-table tr {
  border-top: 2px solid #D6D3C3;
  border-bottom: 2px solid #D6D3C3;
}
.m-table td {
  padding: 8px 16px;
}

.m-table-head {
  width: 300px;
  background: #F2EFDE;
  box-sizing: border-box;
  font-size: 0.85rem;
  font-weight: bold;
}

.m-table-name {
  font-size: 0.85rem;
}

.s-company-map {
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
}

.s-company-map iframe {
  width: 100%;
  height: 320px;
}

.m-cv-area {
  width: 100%;
  background: #f7f4e6;
  border-radius: 10px;
}

.m-cv-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-cv-tel, .m-cv-mail {
  position: relative;
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
}

.m-cv-tel:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 160px;
  background: #D6D3C3;
  right: 0;
  top: 60px;
}

.m-cv-ttl {
  font-size: 1.5rem;
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
}

.m-cv-desc {
  color: #797979;
  font-weight: bold;
  font-size: 1rem;
}

.m-cv-number {
  color: #CEA82A;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 8px;
  font-weight: bold;
}
.m-cv-number a:link, .m-cv-number a:visited {
  color: #CEA82A;
  text-decoration: none;
}

.m-cv-mailinner {
  width: 400px;
  margin: 0 auto;
}

.m-cv-telinner {
  width: 364px;
  margin: 0 auto;
}

.m-cv-teltxt {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.m-cv-mailtxt {
  font-size: 1rem;
  margin-bottom: 40px;
}

.m-cv-btn {
  display: block;
  width: 260px;
  height: 56px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  background: #CEA82A;
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease 0.3s;
}

.m-cv-btn:hover {
  background: #F2CD51;
}

.m-cv-btn:link, .m-cv-btn:visited {
  color: #fff;
  text-decoration: none;
}

/*==================================
index メインコンテンツ部分終わり
==================================*/


/*==================================
メインコンテンツ
==================================*/

main {
  display: block;
  max-width: 1280px;
  width: 80%;
  margin: 100px auto;
}

.bk {
  width: 100vw;
  height: auto;
  background: url(../img/back.svg);
  background-repeat: repeat-y;
  background-size: 100%;
}

/*==================================
メインコンテンツ終わり
==================================*/

/*==================================
footer
==================================*/

footer {
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
}

.f-sitemap-ttl {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.f-sitemap-list {
  width: 800px;
  margin: 16px auto;
  display: flex;
  justify-content: center;
}

.f-sitemap-list li {
  display: inline-block;
  list-style: none;
}

.f-sitemap-list li:not(:last-child) {
  padding-right: 24px;
}

.f-sitemap-list li a {
  font-size: 0.75rem;
  transition: ease 0.3s;
  color: #242424;
}

.f-sitemap-list li a:link {
  color: #242424;
  text-decoration: none;
}

.f-sitemap-list li a:hover {
  color: #999;
}

.f-copy {
  width: 80%;
  margin: 0 auto;
  padding-top: 16px;
  box-sizing: border-box;
  border-top: 1px solid #D6D3C3;
}

.f-copy-ttl {
  font-size: 0.75rem;
  text-align: center;
}

/*==================================
footer終わり
==================================*/

/*==================================
豊田ハウスについて
==================================*/

.m-company-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.m-company-inner {
  width: 49%;
  align-self: center;
}

.m-company-txt {
  font-size: 1rem;
}

.m-company-txt p {
  margin-bottom: 1rem;
}

.m-company-img {
  width: 49%;
  align-self: center;
}

.m-company-img img {
  width: 100%;
  border-radius: 10px;
}

/*==================================
豊田ハウスについて終わり
==================================*/

/*==================================
社長メッセージ
==================================*/
.m-message-area {
  width: 800px;
  text-align: center;
  margin: 0 auto 100px;
  padding: 100px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  background: #f7f4e6;
  border-radius: 45% 55% 45% 55% / 56% 44% 56% 44%;
}

.m-message-area p {
  margin-top: 20px;
}

.m-message-copy {
  font-size: 1.5rem;
  font-weight: bold;
}

.m-message-toyoda {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.m-message-text {
  width: 48%;
  font-size: 1rem;
  line-height: 1.5rem;
  align-self: center;
}

.m-message-text p {
  margin-top: 1rem;
}

.m-message-photo {
  width: 48%;
}

.m-message-photo img {
  width: 100%;
}

.m-message-dog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto 40px;
  font-size: 1rem;
}

.m-message-dogtext {
  width: 48%;
  line-height: 1.5;
  align-self: center;
}

.m-message-kurumi, .m-message-komugi {
  width: 48%;
}

.m-message-kurumi img, .m-message-komugi img {
  width: 100%;
}

.m-message-desc {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}

/*==================================
社長メッセージ終わり
==================================*/

/*==================================
物件一覧
==================================*/

.m-home-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-home-card {
  display: block;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.m-home-card:last-child {
  margin-bottom: 0;
}

.m-home-card:nth-last-child(2) {
  margin-bottom: 0;
}

.m-home-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: ease 0.3s;
}

.m-home-link:link, .m-home-link:visited {
  color: #242424;
  text-decoration: none;
}

.m-home-link:hover {
  opacity: 0.75;
}

.m-home-img {
  width: 100%;
  border-radius: 8px;
}

.m-home-ttl {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 16px 0 8px;
}

.m-home-txt, .m-home-money {
  font-size: 0.85rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0;
}

.m-home-tag {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 0.625rem;
  margin-right: 4px;
}

.m-unpublished-btn {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  box-sizing: border-box;
  margin: 80px auto 0;
  background-color: #308259;
  border: 2px solid #308259;
  border-radius: 32px;
  transition: ease 0.3s;
}

.m-unpublished-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.m-unpublished-btn:hover {
  background-color: #fff;
}

.m-unpublished-btn a:hover {
  color: #308259;
  font-weight: bold;
}

/*==================================
物件一覧終わり
==================================*/

/*==================================
物件詳細
==================================*/

.m-property-container {
  position: relative;
  margin-bottom: 100px;
}

.m-property-desc {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 24px;
}

.m-property-item {
  width: 50%;
  position: relative;
  padding: 18px 24px;
  box-sizing: border-box;
}

.m-property-ttl {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

.m-property-item.name:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  top: 35%;
  right: 0;
  background: #D6D3C3;
}

.m-property-age {
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 8px;
}

.m-property-inner {
  padding-bottom: 16px;
  box-sizing: border-box;
  border-bottom: 2px solid #D6D3C3;
}

.m-property-icon {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 8px;
}

.m-property-icon_img {
  width: 80px;
  height: 80px;
}

.m-property-icon_desc {
  width: 100%;
  font-size: 0.625rem;
  line-height: 0.625rem;
  letter-spacing: -0.4px;
  text-align: center;
  margin-top: 4px;
}

.m-property-tag_wrap {
  margin: 16px 0 40px 0;
}

.m-property-spec, .m-property-spec-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-property-spec_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
  list-style: none;
  border-bottom: 2px solid #D6D3C3;
}

.m-property-head {
  width: 22%;
/*  background: #F2EFDE;*/
  box-sizing: border-box;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 8px;
  box-sizing: border-box;
}

.m-property-name {
  width: 77%;
  font-size: 0.85rem;
  padding: 8px;
  box-sizing: border-box;
}

.m-slide-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-slider {
  max-width: 100%;
}

.m-slide-item {
  position: relative;
  width: 100%;
}

.m-slider-img {
  width: 800px;
  height: 533px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
}

.m-slider .slick-list.draggable {
    border-radius: 6px;
}

.m-thumbnail-list {
  width: 800px;
  margin: 8px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

.m-thumbnail-item {
  flex-wrap: wrap;
  width: 9%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
  list-style: none;
  cursor: pointer;
}

.m-thumbnail-img {
  width: 100%;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  border-radius: 4px;
}

.m-thumbnail-item:after {
  content:'';
  background-color: rgba(0,0,0,0.5);
  position:absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
  border-radius: 4px;
}

.m-thumbnail-item.m-thumbnail-current:after {
  opacity: 0;
}

.m-slide-item.slick-slide.slick-current img {
    border-radius: 8px;
}

.m-contact-center {
  width: 300px;
  margin: 0 auto;
}

#m-contact-btn {
  width: 300px;
  height: 64px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  background: #CEA82A;
  color: #fff;
  border-radius: 34px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease 0.3s;
}

#m-contact-btn:hover {
  background: #F2CD51;
}

#m-contact-btn:link, #m-contact-btn:visited {
  color: #fff;
  text-decoration: none;
}

/*==================================
物件詳細終わり
==================================*/

/*==================================
未公開情報フォーム
==================================*/
.m-unpubulished {
  margin-bottom: 40px;
}

.m-unpublished-label {
  margin: 100px auto 20px auto;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 34px;
  width: 180px;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #CEA82A;
}

.m-unpublished-table, .m-unpublished-table-nh, .m-unpublished-table-um {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
}

.m-unpublished-table th, .m-unpublished-table-nh th, .m-unpublished-table-um th {
  padding: 10px;
  box-sizing: border-box;
  background-color: #F2EFDE;
  font-weight: bold;
  text-align: left;
}

.m-unpublished-table td,.m-unpublished-table-nh td,.m-unpublished-table-um td {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #D6D3C3;
  text-align: left;
}

.m-unpublished-table td.item,.m-unpublished-table-nh td.item,.m-unpublished-table-um td.item {
  text-align: center;
}

.m-unpublished-contact {
  width: 150px;
  height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 0.8em;
  line-height: 38px;
  box-sizing: border-box;
  background: #308259;
  border: 2px solid #308259;
  border-radius: 32px;
  transition: ease 0.3s;
}

.m-unpublished-contact:link, .m-unpublished-contact:visited {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.m-unpublished-contact:hover {
  background: #fff;
  color: #308259;
  font-weight: bold;
}


 .m-company-logo {
   width: 600px;
   margin: 80px auto 40px;
 }

 .m-company-logo p {
   text-align: center;
   margin-top: 30px;
   margin-bottom: 30px;
   font-weight: bold;
 }

 .m-company-logo-txt {
   font-weight: bold;
 }
 .m-logo-item {
   display: flex;
   list-style: none;
   justify-content: space-between;
 }

 .m-company-name {
   text-align: center;
 }

 .m-list-btn {
   display: block;
   width: 180px;
   height: 40px;
   line-height: 38px;
   text-align: center;
   box-sizing: border-box;
   margin: 80px auto 0;
   background-color: #308259;
   border: 2px solid #308259;
   border-radius: 32px;
   transition: ease 0.3s;
 }

  .m-list-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }

  .m-list-btn:hover {
    background-color: #fff;
  }

  .m-list-btn a:hover {
    color: #308259;
    font-weight: bold;
  }

/*==================================
未公開情報終わり
==================================*/
/*==================================
お問い合わせフォーム
==================================*/

.s-mail {
  width: 1000px;
  margin: 0 auto;
}

.mail-desc {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 40px;
}

.mail-name {
  display: inline-block;
  width: 180px;
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
}

.mail-name.contact {
  vertical-align: top;
}

.mail-form {
  display: inline-block;
  position: relative;
}

.mail-label-danger {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 42px;
  background: #308259;
  color: #fff;
  line-height: 40px;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  margin-right: 24px;
}

.mail-label-success {
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 38px;
  background: #fff;
  color: #308259;
  line-height: 38px;
  border: 2px solid #308259;
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  box-sizing: content-box;
  margin-right: 24px;
}

.mail-radio-wrap {
  width: 720px;
  height: 42px;
  padding-top: 10px;
  box-sizing: border-box;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: bold;
}

#form_name, #form_list, #form_email, #form_phone {
  width: 720px;
  height: 42px;
  border: 1px solid #308259;
  box-sizing: border-box;
  padding: 4px 8px;
  margin-bottom: 32px;
}

#form_detail {
  width: 720px;
  height: 200px;
  border: 1px solid #308259;
  box-sizing: border-box;
  padding: 4px 8px;
  margin-bottom: 40px;
}

.mail-radio-input {
  display: none;
}
.mail-radio-input + label {
  padding-left: 24px;
  position:relative;
  margin-right: 24px;
  cursor: pointer;
}
.mail-radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #308259;
  border-radius: 50%;
}
.mail-radio-input:checked + label {
  color: #308259;
}
.mail-radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #308259;
  border-radius: 50%;
}

.mail-submit {
  display: block;
  width: 400px;
  height: 60px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  background: #CEA82A;
  color: #fff;
  border-radius: 32px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease 0.3s;
}

.mail-submit:hover {
  background: #F2CD51;
}

.mail-submit:link, .mail-submit:visited {
  color: #fff;
  text-decoration: none;
}

.name-error, .email-error, .detail-error {
  display: block;
  position: absolute;
  bottom: 12px;
  font-size: 0.75rem;
  color: #BF4040;
}

.detail-error {
  bottom: 20px;
}

#form_name.inp_error, #form_email.inp_error, #form_detail.inp_error {
  background: #fbeded;
  border: 1px solid #BF4040;
}

/*==================================
お問い合わせフォーム終わり
==================================*/
/*==================================
プライバシーポリシー
==================================*/

.m-praivacy-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.m-privacy-txt {
  font-size: 1rem;
}

.m-privacy-txt p {
  margin-bottom: 1rem;
}

.info-mail {
  text-decoration:none;
  color: #242424;
}

.info-mail:hover {
  color: rgb(165, 167, 167);
}

/*==================================
プライバシーポリシー終わり
==================================*/

@media screen and (min-width: 960px) and (max-width: 1280px) {

/*==================================
共通見出し
==================================*/

h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
}

h2 {
  position: absolute;
  top: 146px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 32px;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 24px;
}

/*==================================
共通見出し終わり
==================================*/

/*==================================
header
==================================*/
.h-menu-page, .h-menu-page.top {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 1px 13px -3px rgb(72 58 32 / 50%);
  z-index: 10000;
}

.n-logo-img {
  top: 16px;
  left: 24px;
  width: 48px;
  height: 48px;
}

.n-logo-pc {
  display: none;
}

.n-logo-sp {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 1000;
}

.n-menu-list {
  position: absolute;
}

.n-menu-list.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 80px;
  right: 0;
  left: 0;
  padding: 0 24px;
  z-index: 100;
}

.n-menu-list li.active:first-child, .n-menu-list li.active:nth-child(2) {
  border-top: 2px solid #D6D3C3;
}

.n-menu-list li.active {
  width: 49%;
  height: 46px;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #D6D3C3;
  text-align: center;
}

.n-menu-list.top li a:link, .n-menu-list.top li a:visited {
  color: #242424;
  font-size: 1.125rem;
}

.n-menu-list.top li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.n-bk {
  position: fixed;
  width: 100vw;
  height: 242px;
  top: -130%;
  transition: ease 0.5s;
}

.n-bk.active {
  top: 0;
  background: #fff;
  z-index: 3;
}

.n-hamb-menu {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 26px;
  right: 24px;
  cursor: pointer;
  z-index: 1000;
}

.n-hamb-menu span {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #242424;
  transition: ease 0.3s;
}

.n-hamb-menu span:nth-child(1) {
  top: 0;
}

.n-hamb-menu span:nth-child(2) {
  top: 12px;
}

.n-hamb-menu span:nth-child(3) {
  top: 24px;
}

.n-hamb-menu.active span:nth-child(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
  top: -5px;
}
.n-hamb-menu.active span:nth-child(2) {
  opacity: 0;
}
.n-hamb-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-20px) rotate(-45deg);
  top: 34px;
}

.n-contact-btn {
  width: 40px;
  height: 40px;
  top: 20px;
  right: 120px;
  z-index: 1000;
}

.n-contact-btn img {
  display: inline-block;
  position: absolute;
  width: 24px;
  top: 8px;
  right: 8px;
}

.n-tel-btn {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 72px;
  z-index: 1000;
}

.n-tel-link {
  border-radius: 50%;
}

.n-tel-link:hover {
  background: #F2CD51;
}

.n-tel-link:link, .n-tel-link:visited {
  color: #fff;
  text-decoration: none;
}

.n-tel-wrap {
  display: none;
}

.n-tel-img {
  display: inline-block;
  position: absolute;
  width: 24px;
  top: 8px;
  right: 8px;
}

.n-tel-txt {
  color: #fff;
  font-size: 0.75rem;
}

.n-tel-number {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.h-ttl-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background: #F2EFDE;
}

.n-twitter-btn {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 168px;
  z-index: 1000;
  }

.n-twitter-btn img{
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 1.5px;
}
/*==================================
header終わり
==================================*/

/*==================================
index メインビジュアル
==================================*/

.s-mv-contents {
  width: 100vw;
  height: 800px;
}

.s-mv-slider .slick-slide{
  height: 800px;
}

.s-mv-copy {
  position: absolute;
  text-align: center;
  top: 310px;
  left: 10%;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(59 37 11 / 60%);
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 1;
}

.s-mv-ttl {
  position: absolute;
  text-align: center;
  font-family: 'Cedarville Cursive', cursive;
  font-size: 1.5rem;
  font-weight: bold;
  top: 380px;
  left: 10%;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(59 37 11 / 60%);
  z-index: 1;
}

/*==================================
index メインビジュアル終わり
==================================*/

/*==================================
index メインコンテンツ部分
==================================*/

.s-read, .s-list, .s-point, .s-company {
  position: relative;
  margin-bottom: 80px;
}

.s-read-inner {
  width: 53%;
  align-self: center;
}

.s-read-img {
  width: 46%;
}

.s-point-wrap {
  margin-bottom: 80px;
}

.s-point-img {
  width: 43%;
  align-self: center;
}

.s-point-inner {
  position: relative;
  width: 52%;
  padding: 76px;
  box-sizing: border-box;
  background: #f7f4e6;
  border-radius: 42% 49% 60% 40% / 54% 49% 51% 46%;
}

.s-point-copy {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.s-point-ttl {
  position: absolute;
  top: 4px;
  left: 0;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: bold;
  color: #797979;
}

.s-point-number {
  font-family: 'Cedarville Cursive', cursive;
  font-style: italic;
  font-size: 3rem;
  color: #308259;
  padding-left: 4px;
}

.s-more-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.s-more-btn {
  width: 160px;
  height: 40px;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 38px;
}

.m-home-ttl {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin: 12px 0 8px;
}

.s-annotation {
  font-size: 0.65rem;
}

.s-table-wrap {
  margin-bottom: 32px;
}

.m-table-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.m-table {
  width: 100%;
  border-collapse: collapse;
}

.m-table tr {
  border-top: 2px solid #D6D3C3;
  border-bottom: 2px solid #D6D3C3;
}
.m-table td {
  padding: 8px 16px;
}

.m-table-head {
  width: 200px;
}

.s-company-map {
  margin-bottom: 32px;
}

.m-cv-tel, .m-cv-mail {
  width: 50%;
  padding: 32px;
}

.m-cv-tel:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 160px;
  background: #D6D3C3;
  right: 0;
  top: 60px;
}

.m-cv-ttl {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.m-cv-desc {
  font-size: 0.85rem;
}

.m-cv-number {
  color: #CEA82A;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin-bottom: 8px;
  font-weight: bold;
}
.m-cv-number a:link, .m-cv-number a:visited {
  color: #CEA82A;
  text-decoration: none;
}

.m-cv-mailinner {
  width: 400px;
  margin: 0 auto;
}

.m-cv-telinner {
  width: 330px;
  margin: 0 auto;
}

.m-cv-teltxt {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.m-cv-mailtxt {
  font-size: 1rem;
  margin-bottom: 40px;
}

.m-cv-btn {
  display: block;
  width: 260px;
  height: 56px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  background: #CEA82A;
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease 0.3s;
}

.m-cv-btn:hover {
  background: #F2CD51;
}

.m-cv-btn:link, .m-cv-btn:visited {
  color: #fff;
  text-decoration: none;
}

/*==================================
index メインコンテンツ部分終わり
==================================*/

/*==================================
メインコンテンツ
==================================*/

main {
  display: block;
  max-width: none;
  width: 90%;
  margin: 80px auto;
}

.bk {
  width: 100vw;
  height: auto;
  background: url(../img/back.svg);
  background-repeat: repeat-y;
  background-size: 100%;
}

/*==================================
メインコンテンツ終わり
==================================*/

/*==================================
豊田ハウスについて
==================================*/

.m-company-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.m-company-inner {
  width: 100%;
  align-self: center;
  order: 2;
}

.m-company-txt {
  font-size: 1rem;
}

.m-company-txt p {
  margin-bottom: 1rem;
}

.m-company-img {
  width: 60%;
  margin: 0 auto 24px;
  align-self: center;
  order: 1;
}

.m-company-img img {
  width: 100%;
  border-radius: 10px;
}

/*==================================
豊田ハウスについて終わり
==================================*/

/*==================================
物件詳細
==================================*/

.m-slider-img {
  width: 800px;
  height: 533px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.m-thumbnail-item {
  flex-wrap: wrap;
  width: 9%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
  list-style: none;
  cursor: pointer;
}

.m-thumbnail-img {
  width: 72px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  border-radius: 4px;
}

.m-property-icon {
  width: 70px;
  height: 70px;
  margin-right: 6px;
}

.m-property-icon_img {
  width: 70px;
  height: 70px;
}

.m-property-icon_desc {
  font-size: 8px;
}

.m-property-desc {
  margin: 16px 0 16px;
}

.m-property-container {
  margin-bottom: 80px;
}

/*==================================
物件詳細終わり
==================================*/

/*==================================
お問い合わせフォーム
==================================*/

.s-mail {
  width: 800px;
}

.mail-desc {
  margin-bottom: 32px;
}

.mail-name {
  width: 150px;
}

#form_name, #form_list, #form_email, #form_phone, #form_detail {
  width: 556px;
}

.mail-radio-wrap {
  width: 556px;
}

/*==================================
お問い合わせフォーム終わり
==================================*/

}

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

/*==================================
共通見出し
==================================*/
h1 {
  font-size: 2rem;
  margin-bottom: 24px;
}

h2 {
  position: absolute;
  top: 130px;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

h4 {
  margin-bottom: 16px;
}

/*==================================
共通見出し終わり
==================================*/

/*==================================
header
==================================*/
.h-menu-page, .h-menu-page.top {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 1px 13px -3px rgb(72 58 32 / 50%);
  z-index: 10000;
}

.n-logo-img {
  top: 16px;
  left: 24px;
  width: 48px;
  height: 48px;
}

.n-logo-pc {
  display: none;
}

.n-logo-sp {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 1000;
}

.n-menu-list {
  position: absolute;
}

.n-menu-list.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 80px;
  right: 0;
  left: 0;
  padding: 0 24px;
  z-index: 100;
}

.n-menu-list li.active:first-child, .n-menu-list li.active:nth-child(2) {
  border-top: 2px solid #D6D3C3;
}

.n-menu-list.top li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.n-menu-list li.active {
  width: 49%;
  height: 46px;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #D6D3C3;
  text-align: center;
}

.n-menu-list.top li a:link, .n-menu-list.top li a:visited {
  color: #242424;
  font-size: 1.125rem;
}

.n-bk {
  position: fixed;
  width: 100vw;
  height: 242px;
  top: -120%;
  transition: ease 0.5s;
}

.n-bk.active {
  top: 0;
  background: #fff;
  z-index: 3;
}

.n-hamb-menu {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 26px;
  right: 24px;
  cursor: pointer;
  z-index: 1000;
}

.n-hamb-menu span {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #242424;
  transition: ease 0.3s;
}

.n-hamb-menu span:first-child {
  top: 0;
}

.n-hamb-menu span:nth-child(2) {
  top: 12px;
}

.n-hamb-menu span:nth-child(3) {
  top: 24px;
}

.n-hamb-menu.active span:nth-child(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
  top: -5px;
}
.n-hamb-menu.active span:nth-child(2) {
  opacity: 0;
}
.n-hamb-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-20px) rotate(-45deg);
  top: 34px;
}

.n-contact-btn {
  width: 40px;
  height: 40px;
  top: 20px;
  right: 120px;
  z-index: 1000;
}

.n-contact-btn img {
  display: inline-block;
  position: absolute;
  width: 24px;
  top: 8px;
  right: 8px;
}

.n-tel-btn {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 72px;
  z-index: 1000;
}

.n-tel-link {
  border-radius: 50%;
}

.n-tel-link:hover {
  background: #F2CD51;
}

.n-tel-link:link, .n-tel-link:visited {
  color: #fff;
  text-decoration: none;
}

.n-tel-wrap {
  display: none;
}

.n-tel-img {
  display: inline-block;
  position: absolute;
  width: 24px;
  top: 8px;
  right: 8px;
}

.n-tel-txt {
  color: #fff;
  font-size: 0.75rem;
}

.n-tel-number {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.h-ttl-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 220px;
  background: #F2EFDE;
}

.n-twitter-btn {
  width: 40px;
  height: 40px;
  top: 20px;
  right: 168px;
  z-index: 1000;
}

.n-twitter-btn img {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 1.5px;
}
/*==================================
header終わり
==================================*/

/*==================================
index メインビジュアル
==================================*/

.s-mv-contents {
  width: 100vw;
  height: 600px;
}

.s-mv-slider .slick-slide{
  height: 600px;
}

.s-mv-copy {
  position: absolute;
  text-align: center;
  top: 230px;
  left: 5%;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(59 37 11 / 60%);
  font-size: 2rem;
  font-weight: bold;
  z-index: 1;
}

.s-mv-ttl {
  position: absolute;
  text-align: center;
  font-family: 'Cedarville Cursive', cursive;
  font-size: 1.25rem;
  font-weight: bold;
  top: 280px;
  left: 5%;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(59 37 11 / 60%);
  z-index: 1;
}

/*==================================
index メインビジュアル終わり
==================================*/

/*==================================
index メインコンテンツ部分
==================================*/

.s-read, .s-list, .s-point, .s-company {
  position: relative;
  margin-bottom: 60px;
}

.s-read-wrap {
  display: block;
  width: 100%;
}

.s-read-inner {
  width: 100%;
}

.s-read-img {
  width: 100%;
}

.s-read-txt, .s-point-txt{
  margin-bottom: 24px;
}

.s-point-wrap {
  margin-bottom: 60px;
}

.s-point-img {
  width: 100%;
  order: 2;
}

.s-point-inner {
  width: 560px;
  margin: 0 auto 24px;
  padding: 76px;
  border-radius: 42% 49% 60% 40% / 54% 49% 51% 46%;
}

.s-point-copy {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.s-point-ttl {
  position: absolute;
  top: 4px;
  left: 0;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: bold;
  color: #797979;
}

.s-point-number {
  font-family: 'Cedarville Cursive', cursive;
  font-style: italic;
  font-size: 3rem;
  color: #308259;
  padding-left: 4px;
}

.m-home-ttl {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: bold;
  margin: 12px 0 8px;
}

.s-more-btn {
  width: 160px;
  height: 40px;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 38px;
}

.s-annotation {
  font-size: 0.65rem;
}

.s-table-wrap {
  margin-bottom: 32px;
}

.m-table-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.m-table {
  width: 100%;
  border-collapse: collapse;
}

.m-table-head {
  width: 200px;
}

.s-company-map {
  margin-bottom: 32px;
}

.m-cv-tel, .m-cv-mail {
  width: 100%;
  padding: 32px;
}

.m-cv-tel:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background: #D6D3C3;
  top: 230px;
  right: 20%;
  left: 20%;
}

.m-cv-ttl {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.m-cv-desc {
  font-size: 0.85rem;
}

.m-cv-number {
  color: #CEA82A;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin-bottom: 8px;
  font-weight: bold;
}
.m-cv-number a:link, .m-cv-number a:visited {
  color: #CEA82A;
  text-decoration: none;
}

.m-cv-mailinner {
  width: 400px;
  margin: 0 auto;
}

.m-cv-telinner {
  width: 330px;
  margin: 0 auto;
}

.m-cv-teltxt {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.m-cv-mailtxt {
  font-size: 1rem;
  margin-bottom: 40px;
}

.m-cv-btn {
  display: block;
  width: 260px;
  height: 56px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  background: #CEA82A;
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 56px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease 0.3s;
}

.m-cv-btn:hover {
  background: #F2CD51;
}

.m-cv-btn:link, .m-cv-btn:visited {
  color: #fff;
  text-decoration: none;
}

/*==================================
index メインコンテンツ部分終わり
==================================*/

/*==================================
メインコンテンツ
==================================*/

main {
  display: block;
  max-width: none;
  width: 90%;
  margin: 60px auto;
}

.bk {
  width: 100vw;
  height: auto;
  background: url(../img/back_tab.svg);
  background-repeat: repeat-y;
  background-size: 100%;
}

/*==================================
メインコンテンツ終わり
==================================*/

.f-copy {
  width: 90%;
}

/*==================================
豊田ハウスについて
==================================*/

.m-company-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.m-company-inner {
  width: 100%;
  align-self: center;
  order: 2;
}

.m-company-txt {
  font-size: 1rem;
}

.m-company-txt p {
  margin-bottom: 1rem;
}

.m-company-img {
  width: 60%;
  margin: 0 auto 24px;
  align-self: center;
  order: 1;
}

.m-company-img img {
  width: 100%;
  border-radius: 10px;
}

/*==================================
豊田ハウスについて終わり
==================================*/

/*==================================
社長メッセージ
==================================*/
.m-message-area {
  width: 560px;
  text-align: center;
  margin: 0 auto 60px;
  padding: 56px 32px;
  box-sizing: border-box;
  font-size: 0.85rem;
  line-height: 1.25;
  background: #f7f4e6;
  border-radius: 36% 50% 43% 58% / 56% 42% 56% 43%;
}

.m-message-area p {
  margin-top: 1rem;
}

.m-message-copy {
  font-size: 1.25rem;
  font-weight: bold;
}

.m-message-toyoda {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.m-message-text {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  align-self: center;
  order: 2;
}

.m-message-text p {
  margin-top: 0.85rem;
}

.m-message-photo {
  width: 60%;
  margin: 0 auto 16px;
  order: 1;
}

.m-message-photo img {
  width: 100%;
}

.m-message-dog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 40px;
  font-size: 1rem;
}

.m-message-dogtext {
  width: 100%;
  line-height: 1.5;
  align-self: center;
  order: 2;
}

.m-message-kurumi, .m-message-komugi {
  width: 60%;
  margin: 0 auto 16px;
  order: 1;
}

.m-message-kurumi img, .m-message-komugi img {
  width: 100%;
}

.m-message-desc {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}

/*==================================
社長メッセージ終わり
==================================*/

/*==================================
物件詳細
==================================*/

.m-slider-img {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.m-thumbnail-item {
  flex-wrap: wrap;
  width: 19%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position:relative;
  list-style: none;
  cursor: pointer;
}

.m-thumbnail-list {
  width: 100%;
}

.m-thumbnail-img {
  width: 100%;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  border-radius: 4px;
}

.m-property-icon {
  width: 70px;
  height: 70px;
  margin: 0 6px 28px 0;
}

.m-property-icon_img {
  width: 70px;
  height: 70px;
}

.m-property-icon_desc {
  font-size: 10px;
}

.m-property-desc {
  margin: 16px 0 16px;
}

.m-property-container {
  margin-bottom: 80px;
}

.m-thumbnail-list {
  margin-top: 10px;
}

.m-thumbnail-img {
  height: 80px;
}

.m-property-item {
  padding: 8px;
  border-bottom: 2px solid #D6D3C3;
  width: 100%;
}

.m-property-item:last-child {
  border-bottom: none;
}

.m-property-desc {
  display: block;
}

.m-property-ttl {
  font-size: 1.25rem;
}

.m-property-item.name:after {
  display: none;
}

.m-property-age, .m-property-txt, .m-property-money {
  font-size: 0.85rem;
}

.m-property-tag_wrap {
  margin: 16px 0 24px 0;
}

.m-property-spec, .m-property-spec-inner {
  width: 100%;
  display: block;
}

.m-property-spec_items {
  display: flex;
  width: 100%;
}

.m-property-container {
  margin-bottom: 60px;
}

/*==================================
物件詳細終わり
==================================*/

/*==================================
お問い合わせフォーム
==================================*/

.s-mail {
  position: relative;
  width: 100%;
}

.mail-desc {
  margin-bottom: 32px;
}

.mail-name {
  width: auto;
  font-size: 0.85rem;
  padding: 6px 8px 0 0;
}

.mail-form {
  display: block;
}

#form_name, #form_list, #form_email, #form_phone, #form_detail {
  width: 100%;
  margin: 16px 0 32px;
}

.mail-radio-wrap {
  width: 100%;
  padding-top: 16px;
  font-size: 0.85rem;
}

.mail-label-danger {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 30px;
  line-height: 32px;
  font-size: 0.75rem;
  margin-right: 0;
}

.mail-label-success {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 30px;
  line-height: 28px;
  font-size: 0.75rem;
  box-sizing: border-box;
  margin-right: 0;
}

.mail-submit {
  width: 100%;
  height: 48px;
  line-height: 46px;
  font-size: 1rem;
}

.detail-error {
  bottom: 16px;
}

/*==================================
お問い合わせフォーム終わり
==================================*/

/*==================================
プライバシーポリシー
==================================*/

.m-praivacy-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.m-privacy-txt {
  font-size: 1rem;
}

.m-privacy-txt p {
  margin-bottom: 1rem;
}

.info-mail {
  text-decoration:none;
  color: #242424;
}

.info-mail:hover {
  color: rgb(165, 167, 167);
}

/*==================================
プライバシーポリシー終わり
==================================*/


}

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

/*==================================
共通見出し
==================================*/
h1 {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 16px;
  letter-spacing: -0.6px;
  text-align: center;
}

h2 {
  position: absolute;
  top: 94px;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

h4 {
  font-size: 1.15rem;
  margin-bottom: 16px;
  line-height: 1rem;
}

/*==================================
共通見出し終わり
==================================*/

/*==================================
header
==================================*/

.h-menu-page, .h-menu-page.top {
  position: fixed;
  width: 100%;
  height: 60px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 1px 13px -3px rgb(72 58 32 / 50%);
  z-index: 10000;
}

.n-logo-img {
  top: 12px;
  left: 16px;
  width: 40px;
  height: 40px;
}

.n-logo-pc {
  display: none;
}

.n-logo-sp {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 1000;
}

.n-menu-list {
  display: none;
  position: absolute;
  background: #fff;
}

.n-menu-list.active {
  display: block;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 100;
}

.n-menu-list li.active:first-child {
  border-top: 2px solid #D6D3C3;
}

.n-menu-list li.active {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 10px 24px;
  box-sizing: border-box;
  border-bottom: 2px solid #D6D3C3;
  text-align: left;
}

.n-menu-list li.active:before {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 10px;
  top: 18px;
  content: "";
  background: #308259;
  border-radius: 50%;
}

.n-menu-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.n-menu-list.top li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.n-menu-list.top li a:link, .n-menu-list.top li a:visited {
  color: #242424;
  font-size: 0.85rem;
}

.n-bk {
  position: fixed;
  width: 100vw;
  height: 280px;
  top: -120%;
  transition: ease 0.5s;
}

.n-bk.active {
  top: 0;
  background: #fff;
  z-index: 3;
}

.n-hamb-menu {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 1000;
}

.n-hamb-menu span {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #242424;
  transition: ease 0.3s;
}

.n-hamb-menu span:first-child {
  top: 0;
}

.n-hamb-menu span:nth-child(2) {
  top: 12px;
}

.n-hamb-menu span:nth-child(3) {
  top: 24px;
}

.n-hamb-menu.active span:nth-child(1) {
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
  top: -5px;
}
.n-hamb-menu.active span:nth-child(2) {
  opacity: 0;
}
.n-hamb-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-20px) rotate(-45deg);
  transform: translateY(-20px) rotate(-45deg);
  top: 34px;
}

.n-contact-btn {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 112px;
  z-index: 1000;
}

.n-contact-btn img {
  display: inline-block;
  position: absolute;
  width: 24px;
  top: 8px;
  right: 8px;
}

.n-tel-btn {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 64px;
  z-index: 1000;
}

.n-tel-link {
  border-radius: 50%;
}

.n-tel-link:hover {
  background: #F2CD51;
}

.n-tel-link:link, .n-tel-link:visited {
  color: #fff;
  text-decoration: none;
}

.n-tel-wrap {
  display: none;
}

.n-tel-img {
  display: inline-block;
  position: absolute;
  width: 24px;
  top: 8px;
  right: 8px;
}

.n-tel-txt {
  color: #fff;
  font-size: 0.75rem;
}

.n-tel-number {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.h-ttl-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 160px;
  background: #F2EFDE;
}

.n-twitter-btn {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 160px;
  z-index: 1000;
}

.n-twitter-btn img {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 1.5px;
}

/*==================================
header終わり
==================================*/

/*==================================
index メインビジュアル
==================================*/

.s-mv-contents {
  width: 100vw;
  height: 55vh;
}

.s-mv-slider .slick-slide{
  height: 55vh;
}

.s-mv-copy {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 27%;
  left: 0;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(59 37 11 / 60%);
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 1;
}

.s-mv-ttl {
  width: 100%;
  position: absolute;
  text-align: center;
  font-family: 'Cedarville Cursive', cursive;
  font-size: 1rem;
  font-weight: bold;
  top: 35%;
  left: 0;
  color: #fff;
  text-shadow: 0px 0px 8px rgb(59 37 11 / 60%);
  z-index: 1;
}

.s-mv-path {
  position: absolute;
  bottom: -5px;
  width: 100vw;
}

/*==================================
index メインビジュアル終わり
==================================*/

/*==================================
index メインコンテンツ部分
==================================*/

.s-read, .s-list, .s-point, .s-company {
  position: relative;
  margin-bottom: 48px;
}

.s-read-wrap {
  display: block;
  width: 100%;
}

.s-read-inner {
  width: 100%;
}

.s-read-img {
  width: 100%;
}

.s-read-txt, .s-point-txt{
  margin-bottom: 16px;
}

.s-read-txt p, .s-point-txt p {
  font-size: 0.85rem;
  margin-bottom: 0.65rem;
  line-height: 1.4rem;
}

.s-point-wrap {
  margin-bottom: 60px;
}

.s-point-img {
  width: 100%;
  order: 2;
}

.s-point-inner {
  width: 100%;
  margin: 0 auto 24px;
  padding: 24px;
  border-radius: 10px;
}

.s-point-copy {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.s-point-ttl {
  position: absolute;
  top: -32px;
  left: 16px;
  font-style: italic;
  font-size: 1rem;
  font-weight: bold;
  color: #797979;
}

.s-point-number {
  font-family: 'Cedarville Cursive', cursive;
  font-style: italic;
  font-size: 2.6em;
  color: #308259;
  padding-left: 4px;
  letter-spacing: 0;
}

.s-point-btn {
  display: block;
  width: 180px;
  height: 40px;
  border-radius: 30px;
  background: #308259;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  border: 2px solid #308259;
  box-sizing: border-box;
  transition: ease 0.3s;
}

.m-home-list {
  display: block;
}

.m-home-card {
  width: 100%;
  margin-bottom: 16px;
}

.m-home-ttl {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
  margin: 8px 0;
}

.m-home-txt, .m-home-money {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
}

.m-home-card:nth-last-child(2) {
  margin-bottom: 16px;
}

.s-more-btn {
  width: 120px;
  height: 32px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 30px;
}

.m-table-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.m-table {
  width: 100%;
  border-collapse: collapse;
}

.m-table tr {
  display: block;
  border: none;
}

.m-table td {
  padding: 8px;
}

.m-table-head {
  display: block;
  width: 100%;
  border-top: 2px solid #D6D3C3;
  border-bottom: 2px solid #D6D3C3;
}

.m-table-name {
  display: block;
}

.s-annotation {
  font-size: 0.65rem;
}

.s-company-map {
  margin-bottom: 0;
}

.m-cv-tel, .m-cv-mail {
  width: 100%;
  padding: 24px;
}

.m-cv-tel:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background: #D6D3C3;
  top: unset;
  bottom: 0;
  right: 20%;
  left: 20%;
}

.m-cv-ttl {
  font-size: 1rem;
  margin-bottom: 8px;
}

.m-cv-desc {
  font-size: 0.75rem;
  text-align: center;
}

.m-cv-number {
  color: #CEA82A;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  text-align: center;
}
.m-cv-number a:link, .m-cv-number a:visited {
  color: #CEA82A;
  text-decoration: none;
}

.m-cv-mailinner {
  width: 100%;
  margin: 0 auto;
}

.m-cv-telinner {
  width: 260px;
  margin: 0 auto;
}

.m-cv-teltxt {
  font-size: 0.85rem;
  text-align: center;
  margin-bottom: 0;
}

.m-cv-mailtxt {
  font-size: 0.85rem;
  margin-bottom: 16px;
  text-align: center;
}

.m-cv-btn {
  display: block;
  width: 100%;
  height: 48px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  background: #CEA82A;
  color: #fff;
  border-radius: 30px;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: ease 0.3s;
}

.m-cv-btn:hover {
  background: #F2CD51;
}

.m-cv-btn:link, .m-cv-btn:visited {
  color: #fff;
  text-decoration: none;
}

/*==================================
index メインコンテンツ部分終わり
==================================*/

/*==================================
メインコンテンツ
==================================*/

main {
  display: block;
  max-width: none;
  width: 95%;
  margin: 48px auto;
}

.bk {
  width: 100vw;
  height: auto;
  background: url(../img/back_sp.svg);
  background-repeat: repeat-y;
  background-size: 100%;
}

/*==================================
メインコンテンツ終わり
==================================*/

.f-copy {
  width: 95%;
}

.f-sitemap-ttl {
  width: 95%;
  margin: 0 auto;
  text-align: left;
}

.f-sitemap-list {
  width: 100%;
  margin: 16px auto 0;
  display: block;
}

.f-sitemap-list li {
  display: block;
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 8px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #D6D3C3;
}

.f-sitemap-list li:before {
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 2px;
  top: 16px;
  content: "";
  background: #F2EFDE;
  border-radius: 50%;
}

.f-sitemap-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.f-sitemap-list li:not(:last-child) {
  padding: 8px 16px;
}

.f-sitemap-list li:last-child {
  border-bottom: none;
}

/*==================================
豊田ハウスについて
==================================*/

.m-company-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.m-company-inner {
  width: 100%;
  align-self: center;
  order: 2;
}

.m-company-txt {
  font-size: 0.85rem;
}

.m-company-txt p {
  font-size: 0.85rem;
  line-height: 1.4rem;
  margin-bottom:  0.785rem;
}

.m-company-img {
  width: 100%;
  margin: 0 auto 24px;
  align-self: center;
  order: 1;
}

.m-company-img img {
  width: 100%;
  border-radius: 10px;
}

/*==================================
豊田ハウスについて終わり
==================================*/

/*==================================
社長メッセージ
==================================*/
.m-message-area {
  width: 100%;
  text-align: left;
  margin: 0 auto 48px;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.85rem;
  line-height: 1.25rem;
  background: transparent;
  border-radius: 10px;
}

.m-message-area p {
  margin-top: 0.65rem;
}

.m-message-copy {
  font-size: 1.15rem;
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
}

.m-message-toyoda {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

.m-message-text {
  width: 100%;
  font-size: 0.85rem;
  line-height: 1rem;
  align-self: center;
  order: 2;
}

.m-message-text p {
  margin-top: 0.85rem;
  line-height: 1.25rem;
}

.m-message-photo {
  width: 100%;
  margin-bottom: 16px;
  order: 1;
}

.m-message-photo img {
  width: 100%;
}

.m-message-dog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 24px;
  font-size: 1rem;
}

.m-message-dogtext {
  width: 100%;
  line-height: 1.5;
  align-self: center;
  order: 2;
}

.m-message-kurumi, .m-message-komugi {
  width: 100%;
  margin-bottom: 16px;
  order: 1;
}

.m-message-kurumi img, .m-message-komugi img {
  width: 100%;
}

.m-message-dogtext p {
  font-size: 0.85rem;
}

.m-message-desc {
  font-size: 0.85rem;
  margin-bottom: 8px;
  line-height: 0.85rem;
  font-weight: bold;
}

/*==================================
社長メッセージ終わり
==================================*/

/*==================================
物件詳細
==================================*/

.m-slider-img {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}

.m-thumbnail-list {
  width: 100%;
}

.m-thumbnail-item {
  width: 19.2%;
  margin: 0 0 4px 1%;
}

.m-thumbnail-item:nth-child(5n+1) {
  margin-left: 0;
}

.m-thumbnail-img {
  height: 40px;
  border-radius: 2px;
}

.m-property-icon {
  width: 64px;
  height: auto;
  margin-bottom: 8px;
  margin-right: 4px;
}

.m-property-icon_img {
  width: 64px;
  height: 64px;
}

.m-property-icon_desc {
  text-align: center;
  font-size: 10px;
  letter-spacing: -1px;
  margin: 0;
}

.m-property-desc {
  margin: 16px 0 16px;
}

.m-property-container {
  margin-bottom: 80px;
}

.m-thumbnail-list {
  margin-top: 8px;
  justify-content: flex-start;
}

.m-property-item {
  padding: 0;
  border-bottom: 2px solid #D6D3C3;
  width: 100%;
}

.m-property-item:last-child {
  border-bottom: none;
}

.m-property-desc {
  display: block;
  margin: 8px 0 16px;
}

.m-property-ttl {
  font-size: 1.15rem;
  line-height: 1.4rem;
}

.m-property-item.name:after {
  display: none;
}

.m-property-age {
  padding-bottom: 8px;
}

.m-property-age, .m-property-txt, .m-property-money {
  font-size: 0.85rem;
}

.m-property-txt {
  padding-top: 8px;
}

.m-property-tag_wrap {
  margin: 16px 0;
}

.m-property-spec, .m-property-spec-inner {
  width: 100%;
  display: block;
}

.m-property-spec_items {
  display: flex;
  width: 100%;
}

.m-property-container {
  margin-bottom: 48px;
}

.m-property-inner {
  padding-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
}

.m-contact-center {
  width: 100%;
}

#m-contact-btn {
  width: 100%;
  height: 56px;
  font-size: 0.85rem;
  line-height: 54px;
}

/*==================================
物件詳細終わり
==================================*/

/*==================================
お問い合わせフォーム
==================================*/

.s-mail {
  position: relative;
  width: 100%;
}

.mail-desc {
  font-size: 1rem;
  margin-bottom: 24px;
}

.mail-name {
  width: auto;
  font-size: 1rem;
  padding: 2px 8px 0 0;
}

.mail-form {
  display: block;
}

#form_name, #form_list, #form_email, #form_phone, #form_detail {
  width: 100%;
  margin: 12px 0 24px;
  font-size: 1rem;
  -webkit-appearance: none;
}

#form_name, #form_list, #form_email, #form_phone {
  height: 34px;
}

.mail-radio-wrap {
  width: 100%;
  height: auto;
  padding-top: 12px;
  font-size: 1rem;
}

.mail-radio-input + label {
  display: block;
  width: 100%;
  height: 22px;
  margin-bottom: 12px;
  padding-left:  28px;
}

.mail-label-danger {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  line-height: 25px;
  font-size: 0.65rem;
  margin-right: 0;
}

.mail-label-success {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 24px;
  line-height: 20px;
  font-size: 0.65rem;
  box-sizing: border-box;
  margin-right: 0;
}

.mail-submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}

.detail-error {
  bottom: 10px;
}

.name-error, .email-error {
  bottom: 8px;
}

.name-error, .email-error, .detail-error {
  font-size: 0.65rem;
}

.mail-radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #308259;
  border-radius: 50%;
}

.mail-radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #308259;
  border-radius: 50%;
}

/*==================================
お問い合わせフォーム終わり
==================================*/

/*=================================
未公開情報フォーム
=================================*/

.m-unpublished-table, .m-unpublished-table-nh, .m-unpublished-table-um {
  width: 100%;
  border: none;
  padding: 10px;
}

.m-unpublished-table td, .m-unpublished-table-nh td, .m-unpublished-table-um td {
  display: block;
  padding: 4px;
  box-sizing: border-box;
}

.m-unpublished-table thead, .m-unpublished-table-nh thead, .m-unpublished-table-um thead {
  display: none;
}

.m-unpublished-table td::before, .m-unpublished-table-nh td::before, .m-unpublished-table-um td::before {
  display: block;
  content: "";
  background-color: #f5f3ec;
  color: #000;
  font-weight: bold;
  background: #F2EFDE;
  padding: 4px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.m-unpublished-table td:first-child:before {
  content: "所在地";
}

.m-unpublished-table td:nth-of-type(2):before {
  content: "最寄駅";
}

.m-unpublished-table td:nth-of-type(3):before {
  content: "土地面積（㎡）";
}

.m-unpublished-table td:nth-of-type(4):before {
  content: "接道（ｍ）";
}

.m-unpublished-table td:nth-of-type(5):before {
  content: "間口（ｍ）";
}

.m-unpublished-table td:last-child:before {
  display: none;
}

.m-unpublished-table-nh td:first-child:before {
  content: "所在地";
}

.m-unpublished-table-nh td:nth-of-type(2):before {
  content: "最寄駅";
}

.m-unpublished-table-nh td:nth-of-type(3):before {
  content: "区画";
}

.m-unpublished-table-nh td:nth-of-type(4):before {
  content: "学区（小学校）";
}

.m-unpublished-table-nh td:nth-of-type(5):before {
  content: "学区（中学校）";
}

.m-unpublished-table-nh td:last-child:before {
  display: none;
}

.m-unpublished-table-um td:first-child:before {
  content: "所在地";
}

.m-unpublished-table-um td:nth-of-type(2):before {
  content: "最寄駅";
}

.m-unpublished-table-um td:nth-of-type(3):before {
  content: "専有面積（㎡）";
}

.m-unpublished-table-um td:nth-of-type(4):before {
  content: "所在階";
}

.m-unpublished-table-um td:nth-of-type(5):before {
  content: "築年";
}

.m-unpublished-table-um td:last-child:before {
  display: none;
}

.m-unpublished-table tr, .m-unpublished-table-nh tr, .m-unpublished-table-um tr {
    border-bottom: none;
    display: block;
    margin-bottom: 20px;
}

.m-unpublished-table td, .m-unpublished-table-nh td, .m-unpublished-table-um td, .m-unpublished-contact {
    border-bottom: none;
    display: block;
}

.m-unpublished-contact {
  display: block;
  width: 200px;
  margin: 16px auto;
  border: 2px solid#308259;
}


.m-company-logo {
  width: 80%;
}

.m-logo-item {
  display: block;
}

.m-logo-item li {
  margin-bottom: 20px;
}

.m-logo-item a {
  display: block;
  width: 160px;
  margin: 0 auto;
}

.m-logo-item img {
  width: 100%;
}

/*==================================
プライバシーポリシー
==================================*/

.m-praivacy-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.m-privacy-txt {
  font-size: 0.85rem;
}

.m-privacy-txt p {
  font-size: 0.85rem;
  line-height: 1.4rem;
  margin-bottom:  0.785rem;
}

.info-mail {
  text-decoration:none;
  color: #242424;
}

.info-mail:hover {
  color: rgb(165, 167, 167);
}

/*==================================
プライバシーポリシー終わり
==================================*/

}