@charset "UTF-8";
/*
FOT-TsukuARdGothic Std R
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;

FOT-TsukuARdGothic Std B
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
*/
/*------------------------------------------------------------
テキストが入りますテキストが入ります
------------------------------------------------------------*/
/*------
テキストが入りますテキストが入ります
-------*/
body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*768px以上*/
@media screen and (min-width: 768px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*767px以下*/
@media screen and (max-width: 767px) {}
/*768px〜1280px*/
@media screen and (min-width:768px) and (max-width:1280px) {}
/*------------------------------------------------------------
header-info-custom
------------------------------------------------------------*/
/*1025px以上*/
@media screen and (min-width: 1025px) {
  #header_info {
    overflow: hidden;
  }
  #header-info-custom {
    float: right;
  }
  #header-info-custom ul {
    display: flex;
    align-items: center;
    gap: 23px;
  }
  #header-tel p {
    line-height: 1;
  }
  #header-tel p span {
    font-size: 32px;
    font-weight: 700;
    color: #fc859f;
    padding-left: 34px;
    position: relative;
  }
  #header-tel p span:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../img/cmn/icon_tel.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
  }
  #header-tel p em {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    display: block;
  }
  #header-mail a {
    display: block;
    width: 190px;
    color: #fc859f;
    border: 1px solid #fc859f;
    text-decoration: none;
    text-align: center;
    background-color: #fdeff2;
    border-radius: 5px;
    padding: 7px 0 7px 28px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
  }
  #header-mail a:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 14px;
    background-image: url("../img/cmn/icon_mail.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 33px;
    top: 50%;
    margin-top: -7px;
    background-repeat: no-repeat;
  }
  #header-mail a:hover {
    background-color: #fbe5e9;
  }
  #header_con #site_name {
    width: 30%;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #header-info-custom {
    display: none;
  }
  #header_con > .inner {
    display: block;
  }
  #header_con #site_name {
    width: 100%;
    margin: 0;
  }
}
/*768px以上*/
@media screen and (min-width: 768px) {
  #header_con > .inner {
    align-items: center;
    padding: 0;
  }
  #header_info {
    width: 60%;
  }
  header #header_top > .inner {
    display: block;
  }
}
/*767px以下*/
@media screen and (max-width: 767px) {
  header #site_name img {
    width: 150px;
  }
}
/*------------------------------------------------------------
gnav-custom
------------------------------------------------------------*/
/*1025px以上*/
@media screen and (min-width: 1025px) {
  #gnav-custom {
    max-width: 1200px;
    margin: 30px auto 0 auto;
  }
  #gnav-custom ul {
    display: flex;
  }
  #gnav-custom li {
    width: 14.28%;
  }
  #gnav-custom li a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    padding-top: 50px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
  }
  #gnav-custom li a:hover, #gnav-custom li a.current {
    color: #fc859f;
  }
  #gnav-custom li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    background-repeat: no-repeat;
  }
  #gnav-custom li:nth-child(1) a:before {
    width: 30px;
    height: 28px;
    background-image: url("../img/cmn/icon_gnav1_off.png");
    margin-left: -15px;
    top: 0;
  }
  #gnav-custom li:nth-child(1) a:hover:before, #gnav-custom li:nth-child(1) a.current:before {
    background-image: url("../img/cmn/icon_gnav1_on.png");
  }
  #gnav-custom li:nth-child(2) a:before {
    width: 27px;
    height: 30px;
    background-image: url("../img/cmn/icon_gnav2_off.png");
    margin-left: -13.5px;
    top: 0;
  }
  #gnav-custom li:nth-child(2) a:hover:before, #gnav-custom li:nth-child(2) a.current:before {
    background-image: url("../img/cmn/icon_gnav2_on.png");
  }
  #gnav-custom li:nth-child(3) a:before {
    width: 62px;
    height: 28px;
    background-image: url("../img/cmn/icon_gnav3_off.png");
    margin-left: -31px;
    top: 0;
  }
  #gnav-custom li:nth-child(3) a:hover:before, #gnav-custom li:nth-child(3) a.current:before {
    background-image: url("../img/cmn/icon_gnav3_on.png");
  }
  #gnav-custom li:nth-child(4) a:before {
    width: 62px;
    height: 28px;
    background-image: url("../img/cmn/icon_gnav4_off.png");
    margin-left: -31px;
    top: 0;
  }
  #gnav-custom li:nth-child(4) a:hover:before, #gnav-custom li:nth-child(4) a.current:before {
    background-image: url("../img/cmn/icon_gnav4_on.png");
  }
  #gnav-custom li:nth-child(5) a:before {
    width: 21px;
    height: 29px;
    background-image: url("../img/cmn/icon_gnav5_off.png");
    margin-left: -10.5px;
    top: 0;
  }
  #gnav-custom li:nth-child(5) a:hover:before, #gnav-custom li:nth-child(5) a.current:before {
    background-image: url("../img/cmn/icon_gnav5_on.png");
  }
  #gnav-custom li:nth-child(6) a:before {
    width: 30px;
    height: 22px;
    background-image: url("../img/cmn/icon_gnav6_off.png");
    margin-left: -15px;
    top: 6px;
  }
  #gnav-custom li:nth-child(6) a:hover:before, #gnav-custom li:nth-child(6) a.current:before {
    background-image: url("../img/cmn/icon_gnav6_on.png");
  }
  #gnav-custom li:nth-child(7) a:before {
    width: 29px;
    height: 21px;
    background-image: url("../img/cmn/icon_gnav7_off.png");
    margin-left: -14.5px;
    top: 6px;
  }
  #gnav-custom li:nth-child(7) a:hover:before, #gnav-custom li:nth-child(7) a.current:before {
    background-image: url("../img/cmn/icon_gnav7_on.png");
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #gnav-custom {
    display: none;
  }
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  #gNavi_hamburgerMenu {
    margin-bottom: 0;
  }
  #header_con #site_name img {
    vertical-align: top;
  }
}
/*------------------------------------------------------------
mv-custom
------------------------------------------------------------*/
#mv-custom {
  background: url("../img/top/mv.jpg") no-repeat center top;
  height: 650px;
  background-size: cover;
  position: relative;
}
#mv-custom p img {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -489.5px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #mv-custom p img {
    width: 600px;
    margin-left: -300px;
  }
}
/*767px以下*/
@media screen and (max-width: 767px) {
  #mv-custom {
    height: 350px;
  }
  #mv-custom p img {
    width: 300px;
    margin-left: -150px;
  }
}
/*------------------------------------------------------------
guidance
------------------------------------------------------------*/
#guidance {
  background-color: #fdeff2;
  padding: 60px 2.5%;
  margin-bottom: 70px;
}
#guidance div {
  background-color: #fff;
  max-width: 1000px;
  border-radius: 10px;
  margin: 0 auto;
  padding: 50px 4% 40px 4%;
}
#guidance h2 {
  font-weight: 700;
  font-size: 24px;
  color: #fc859f;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 20px;
}
#guidance p {
  font-size: 16px;
  text-align: center;
  letter-spacing: .05em;
  line-height: 2;
}
/*767px以下*/
@media screen and (max-width: 767px) {
  #guidance h2 {
    font-size: 18px;
  }
  #guidance p {
    font-size: 14px;
  }
}
/*------------------------------------------------------------
about-flow
------------------------------------------------------------*/
#main #about-flow {
  margin-bottom: 105px;
}
#main #about-flow h2 {
  color: #fc859f;
  text-align: center;
  font-size: 28px;
  letter-spacing: .05em;
}
#about-flow #about-flow-inner {
  display: flex;
  gap: 40px;
  align-items: center;
}
#about-flow #about-flow-text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .05em;
}
#about-flow #about-flow-text ul {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
#about-flow #about-flow-text li a {
  color: #fc859f;
  display: block;
  font-size: 16px;
  width: 200px;
  border: 1px solid #fc859f;
  background-color: #fdeff2;
  text-decoration: none;
  text-align: center;
  padding: 7px 0;
  border-radius: 5px;
  position: relative;
  font-weight: 700;
}
#about-flow #about-flow-text li a:hover {
  background-color: #fbe5e9;
}
#about-flow #about-flow-text li a:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../img/top/yajirushi.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5.5px;
  background-repeat: no-repeat;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #about-flow #about-flow-inner {
    gap: 30px;
  }
  #about-flow-inner img {
    width: 330px;
  }
  #about-flow #about-flow-text li a {
    width: 160px;
  }
}
/*767px以下*/
@media screen and (max-width: 767px) {
  #main #about-flow h2 {
    font-size: 20px;
  }
  #main #about-flow {
    padding: 0 2.5%;
  }
  #about-flow #about-flow-inner {
    display: block;
  }
  #about-flow #about-flow-inner img {
    width: 100%;
    margin-bottom: 30px;
  }
  #about-flow #about-flow-text li a {
    width: 150px;
    font-size: 14px;
  }
  #about-flow #about-flow-text ul {
    justify-content: center;
  }
  #about-flow #about-flow-text p {
    font-size: 14px;
  }
}
/*------------------------------------------------------------
points
------------------------------------------------------------*/
#points {
  margin-bottom: 105px;
}
#main #points h2 {
  color: #fc859f;
  text-align: center;
  font-size: 24px;
  letter-spacing: .05em;
  background-color: #fdeff2;
  border-radius: 10px;
  padding: 10px 0;
}
#points h2 + p {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
  margin-bottom: 40px;
}
#points ul {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
#points ul.checks {
  display: block;
}
#points h3 {
  font-size: 20px;
  text-align: center;
  color: #fc859f;
  letter-spacing: .05em;
  padding-top: 45px;
  position: relative;
}
#points li h3:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  height: 29px;
  left: 50%;
  top: 0;
  background-repeat: no-repeat;
}
#points li:nth-child(1) h3:before {
  width: 30px;
  background-image: url("../img/top/icon01.png");
}
#points li:nth-child(2) h3:before {
  width: 26px;
  background-image: url("../img/top/icon02.png");
}
#points .checks li {
  font-size: 14px;
  letter-spacing: .05em;
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
}
#points .checks li:last-child {
  margin-bottom: 0;
}
#points .checks li:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 21px;
  background-image: url("../img/top/icon03.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
#points p em {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 48px;
}
/*767px以下*/
@media screen and (max-width: 767px) {
  #points {
    padding: 0 2.5%;
  }
  #main #points h2 {
    font-size: 20px;
  }
  #points h2 + p {
    font-size: 14px;
  }
  #points ul {
    display: block;
  }
  #points ul #separate {
    margin-bottom: 50px;
  }
  #points h3 {
    font-size: 18px;
  }
  #points p em {
    font-size: 18px;
  }
}
/*------------------------------------------------------------
news
------------------------------------------------------------*/
#main #top_news h2:not(.no_deco) {
  text-align: center;
  color: #fc859f;
  font-size: 28px;
  letter-spacing: .05em;
  margin-bottom: 25px;
}
#top_news #news_post_wrapper {
  border: none;
  padding: 0;
}
#news_post_wrapper li p.slug span {
  border: 1px solid #fc859f;
  background-color: #fdeff2;
  color: #fc859f;
}
/*767px以下*/
@media screen and (max-width: 767px) {
  #main #top_news h2:not(.no_deco) {
    font-size: 20px;
  }
}
/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*------
掲載物件数
-------*/
.widget_fudo_bukkensu {
  border: none;
  margin-bottom: 70px;
}
.widget_fudo_bukkensu h2 {
  font-size: 20px;
  border-bottom: 1px dashed #fc859f;
  padding: 0 0 7px 0;
  color: #fc859f;
  letter-spacing: .05em;
}
.widget_fudo_bukkensu .inner {
  padding: 18px 0 0 0;
}
.widget_fudo_bukkensu .item_count dt {
  font-size: 16px;
  font-weight: 700;
}
.widget_fudo_bukkensu .item_count dd {
  font-size: 16px;
  font-weight: 700;
}
.widget_fudo_bukkensu .item_count dd span {
  color: #fc859f;
  font-size: 28px;
}
/*------
キーワード検索
-------*/
.widget_fudo_search {
  padding: 0;
  border: none;
  margin-bottom: 45px;
}
.widget_fudo_search h2 {
  font-size: 20px;
  border-bottom: 1px dashed #fc859f;
  padding: 0 0 7px 0;
  color: #fc859f;
  letter-spacing: .05em;
  margin-bottom: 18px;
}
/*------
サイドメニュー
-------*/
#sidebar .side_menu_01 nav li a {
  font-size: 16px;
  font-weight: 700;
}
#sidebar .side_menu_01 nav li {
  border-bottom: 1px dashed #fc859f;
}
#sidebar .side_menu_01 nav li:first-child {
  border-top: 1px dashed #fc859f;
}
#sidebar .side_menu_01 {
  margin-bottom: 60px;
}
#sidebar .side_menu_01 nav li a:hover, #sidebar .side_menu_01 nav li a.current {
  background-color: #fdeff2;
  color: #fc859f;
}
/*------
サイド会社概要
-------*/
#sidebar #side_info {
  border: none;
  padding: 0;
}
#sidebar #side_info .side_name {
  font-size: 26px;
  font-weight: 700;
}
#sidebar #side_info .side_adr {
  font-weight: 700;
}
#sidebar #side_info .side_tel {
  font-weight: 700;
  color: #fc859f;
  padding-left: 34px;
  margin-top: 8px;
}
#sidebar #side_info .side_tel:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/cmn/side_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background-repeat: no-repeat;
}
#sidebar #side_info .side_access a {
  background-color: #fdeff2;
  color: #fc859f;
  padding: 7px 0 7px 45px;
  font-size: 16px;
  border: 1px solid #fc859f;
  border-radius: 5px;
}
#sidebar #side_info .side_access {
  margin-top: 15px;
}
#sidebar #side_info .side_access a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url("../img/cmn/side_map.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 72px;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
}
#sidebar #side_info .side_access a:hover {
  background-color: #fbe5e9;
}
/*------
サイドバナー
-------*/
.side-bnr {
  margin-bottom: 50px;
  text-align: center;
}
/*767px以下*/
@media screen and (max-width: 767px) {
  #sidebar #side_info {
    padding: 0 2.5%;
  }
}
/*------
お知らせサイド
-------*/
#news #sidebar #side_category h3, #news #sidebar #side_archives_month h3 {
  background-color: #fc859f;
}
/*------
物件ページサイド
-------*/
.widget_fudo_b_r h2, .widget_fudo_r_r h2, .widget_fudo_b_c h2, .widget_fudo_r_c h2, .widget_fudo_b_k h2, .widget_fudo_r_k h2, .widget_fudo_cat h2, .widget_fudo_tag h2, .widget_fudo_kaiin h2, #map_search h2 {
  background-color: #fc859f;
}
#sidebar .search form input[type="submit"]#btn, #sidebar .search form input[type="submit"]#btn:disabled, #sidebar .search form input[type="submit"]#btn[disabled] {
  color: #fc859f;
  border: 1px solid #fc859f;
  background-color: #fdeff2;
  border-radius: 5px;
}
#sidebar .search form input[type="submit"]#btn:hover {
  background-color: #fbe5e9;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  background-color: #fdeff2;
}
/*------------------------------------------------------------
下層ページ
------------------------------------------------------------*/
#main h1.title {
  background-color: #fdeff2;
  border: none;
  text-align: center;
  color: #fc859f;
  font-size: 24px;
}
/*------------------------------------------------------------
物件ページ
------------------------------------------------------------*/
#main .display_type_A .item_list_con_middle_info_bt a, #item.detail #main .item_inquiry a {
  color: #fc859f;
  border: 1px solid #fc859f;
  background-color: #fdeff2;
  border-radius: 5px;
}
#main .display_type_A .item_list_con_middle_info_bt a:hover, #item.detail #main .item_inquiry a:hover {
  background-color: #fbe5e9;
}
/*------------------------------------------------------------
お問い合わせ
------------------------------------------------------------*/
.mailform ul#phase_state {
  background-color: #fdeff2;
}
.mailform #note_mobile_email_content {
  background-color: #fdeff2;
}
.mailform #submit_bt button, .mailform #submit_bt input[type="submit"] {
  background-color: #fdeff2;
  color: #fc859f;
  border: 1px solid #fc859f;
  border-radius: 5px;
}
.mailform #submit_bt button:hover, .mailform #submit_bt input[type="submit"]:hover {
  background-color: #fbe5e9;
}
.mailform .mw_wp_form_input ul#phase_state li.input, .mailform .mw_wp_form_confirm ul#phase_state li.confirm, .mailform .mw_wp_form_complete ul#phase_state li.completion, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2 {
  background-color: #fc859f;
}
/*768px以上*/
@media screen and (min-width: 768px) {
  .mailform .mw_wp_form_input ul#phase_state li.input:before, .mailform .mw_wp_form_confirm ul#phase_state li.confirm:before, .mailform .mw_wp_form_complete ul#phase_state li.completion:before, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1:before, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2:before {
    border-left-color: #fc859f;
  }
}
/*767px以下*/
@media screen and (max-width: 767px) {
  .mailform .mw_wp_form_input ul#phase_state li.input:before, .mailform .mw_wp_form_confirm ul#phase_state li.confirm:before, .mailform .mw_wp_form_complete ul#phase_state li.completion:before, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1:before, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2:before {
    border-top-color: #fc859f;
  }
}
/*------------------------------------------------------------
不動産でお困りのお客様
------------------------------------------------------------*/
#feature #feature-box4 .feature_content_inner{
	display: block;
    text-align: center;
    font-size: 22px;
}


/*------------------------------------------------------------
ご売却のご相談からお引き渡しまで
------------------------------------------------------------*/
.blog_post_3199 #main .post_content img{
	height: 300px;
    object-fit: cover;
	width: 100%;
}









