/*
  Theme Name: Nochide Kustom
  Version: 1.0
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
input,
textarea,
button,
table,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
nav,
section {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* global box-sizing */

*,
*:after,
*:before {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  outline: none;
}

/* html element 62.5% font-size for REM use */

html {
  font-size: 62.5%;
}
body {
  font: 300 14px/1.4 'myFont', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444;
  background: #e5e5e5 url('./img/dot_bg.png');
}

/* clear */

.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #444;
  text-decoration: none;
  /*アニメーション指定*/
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover {
  color: #444;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
input:focus {
  outline: none;
  border: 1px solid #04A4CC;
}
.font-bold {
  font-weight: bold;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
  background: #f8f8f8;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

/* logo */

.logo {}

/* nav */

.nav {}

/* main */

.main {
  background: #fff;
}

/* sidebar */

.sidebar {
  background: #f8f8f8;
}

/* footer */

.footer {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.footer p {
  margin: 0;
  color: #999;
}
.footer .foot-box {
  padding: 10px;
  margin: 20px auto 0;
  text-align: left;
  max-width: 1000px;
}
.footer .nav-sub ul {
  padding-left: 0;
}
@media only screen and (max-width:768px) {
  .footer .nav-sub ul {
    text-align: center;
  }
  .footer p {
    margin: 10px 0 0;
    text-align: center;
  }
}
.side_module_box {
  margin: 0 0 30px;
}
.side_module_box.withBGimg {
  padding: 0 0 35px;
  background: url('./img/side_bottom.png') 0 bottom repeat-x;
}
.side_module_box.withBGimg.single {
  /* メニューが複数の場合は削除する */
  padding: 5px 0 35px;
}
.side_nav_menu {
  margin: 20px 0 0;
  font-weight: bold;
}
.side_nav_menu li {
  list-style: none;
}
.widget_nav_menu ul li.title1 a:first {
  background: #4cc4fc;
}
.side_nav_menu li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.side_nav_menu li a {
  display: block;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.side_module_box.single .side_nav_menu li a {
  /* メニューが複数の場合は削除する */
  padding-left: 0px;
  text-align: center;
}
.side_nav_menu li + li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  right: 1px;
}
.side_nav_menu.li.navi1 a:before {
  content: none !important;
}
.side_nav_menu li a:hover {
  background: #eeeeee;
}
.side_nav_menu.Category-buy li.navi1 a {
  background: #ff6600;
}
.side_nav_menu.Category-rent li.navi1 a {
  background: #4cc4fc;
}
.side_nav_menu.Category-blog li.navi1 {
  background: #b2cd3c;
  padding: 10px 15px;
  color: #fff;
}
.side_nav_menu.Category-blog li a {
  padding-right: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side_nav_menu.Category-blog li a span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.side_nav_menu.Category-blog li:last-child {
  margin: 0 0 40px;
}
.side_nav_menu li.navi1 a {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.side_nav_menu li.navi1 {
  padding: 10px 0 0;
  border-bottom: none;
}
.side_module_box.single .side_nav_menu li.navi1 a {
  /* メニューが複数の場合は削除する */
  height: 80px;
  line-height: 80px;
}
.avhec-widget-line {
  background: #333;
}
.thumbnail img {
  width: 100%;
  height: auto;
}

/*-- サイドピックアップ --*/

.pickup_box {
  position: relative;
  margin-bottom: 10px;
}
.pickup_box a {
  display: block;
}
.pickup_box .carousel-caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 100%;
  padding: 10px 15px;
}
.pickup_box .carousel-caption h4 {
  font-size: 14px;
  margin: 0;
}
.pickup_box .carousel-caption p {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.pickup_box .pickup_tag {
  position: absolute;
  top: 10px;
  left: -10px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px 0;
  color: #fff;
  z-index: 9;
  font-weight: bold;
  background: #f00;
}
.pickup_box .pickup_tag:before,
.pickup_box .pickup_tag:after {
  content: '';
  display: block;
  position: absolute;
}
.pickup_box .pickup_tag:after {
  z-index: -1;
  right: auto;
  left: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid #a60000;
}
@media screen and (max-width:850px) and (min-width: 480px) {
  .pickup_box .carousel-caption {
    position: relative;
  }
}

/*-- コンタクト --*/

.reference {
  padding: 20px 30px;
  background: url('./img/stripe_bg.png') 0 0;
}
.btn_contact a {
  background: #111;
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 0 1em 0;
  color: #fff;
  height: 50px;
  line-height: 50px;
  -webkit-transition: none;
  transition: none;
  border-radius: 3px;
}
.btn_contact a:hover {
  background: #555;
}
.btn_contact a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  padding-left: 0.5em;
  position: absolute;
  right: 20px;
}

/*------------------------------------------
PC/Mobile Switcher
------------------------------------------*/
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}
@media only screen and (max-width:479px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

/*------------------------------------------
Header
------------------------------------------*/
.header {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 0 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.header h1 {
  margin: 0;
}
.header-box {
  max-width: 1000px;
  margin: 0 auto;
}
.logo-img {
  width: 300px;
}

/* MENU */

.menu-box {
  text-align: right;
}
.menu-box .tel {
  margin-bottom: 10px;
  display: inline-block;
  padding: 10px;
  background: url('./img/stripe_bg.png') 0 0;
  border-radius: 5px;
}
.nav-sub ul,
.nav-sub li {
  list-style: none;
  margin: 0;
}
.nav-sub li {
  margin-right: 1em;
  text-align: center;
  display: inline-block;
  vertical-align: middle !important;
}
.nav-sub li:last-child {
  margin-right: 0;
}
.nav-sub li span {
  display: block;
  font-size: 10px;
  color: #999;
}

/*------------------------------------------
こだわりアイコン
------------------------------------------*/
.icon {
  overflow: hidden;
  padding: 10px 0 0;
}
.icon li {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  margin-top: 6px;
  margin-right: 6px;
}
.icon li.icon_machi img {
  margin-top: 0;
}
.icon li.icon_kaisou img {
  margin-top: -50px;
}
.icon li.icon_machiya img {
  margin-top: -100px;
}
.icon li.icon_keshiki img {
  margin-top: -150px;
}
.post .data dt {
  height: 16px;
  font-size: 92%;
  display: inline-block;
  padding-top: 1px;
}
.post .data dd {
  color: #9eae4a;
  font-size: 126%;
  font-weight: bold;
  height: 16px;
  display: inline-block;
  padding-left: 5px;
}
.post .data dt.data_floor {
  padding-left: 20px;
  padding-bottom: 2px;
}

/*------------------------------------*\
    POST LOOP
\*------------------------------------*/
.loop_box .post_loop {
  border-bottom: 1px solid #e4e4e4;
}
.loop_box {}
.post h2 {
  font-size: 22px;
  font-weight: bold;
}
.post .data_price {
  background: #333;
  font-size: 20px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  margin: 10px 0 0;
}
.post .data_price.negotiation {
  background: #ccc;
  color: #222;
}
.post .data_price.contracted {
  background: #ccc;
  color: #fff;
}


.post_box {
  height: 80px;
  overflow: hidden;
  position: relative;
}
.post_box .fadeout {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin: 0;
  display: block;
  padding: 0;
  background: url('./img/fadeout.png') repeat-x;
}

/* リボン色々 */
.post .ribbon {
  right: -10px;
  height: 26px;
  line-height: 26px;
  padding: 0 40px 0;
  color: #fff;
  z-index: 9;
  font-weight: bold;
}
.post .ribbon:before,
.post .ribbon:after {
  content: '';
  display: block;
  position: absolute;
}
.post .ribbon:after {
  z-index: -1;
  right: 0;
  left: auto;
  border-right: 10px solid transparent;
}
.post .ribbon.buy {
  background: #ff6600;
  top: 10px;
}
.post .ribbon.buy:after {
  border-top: 10px solid #a64200;
}
.post .ribbon.rent {
  background: #4cc4fc;
  top: 10px;
}
.post .ribbon.rent:after {
  border-top: 10px solid #4a798f;
}
.post .ribbon.blog {
  background: #b2cd3c;
  top: 10px;
}
.post .ribbon.blog:after {
  border-top: 10px solid #85992c;
}
.post .ribbon.new {
  background: #f00;
  padding: 0 15px 0;
  top: 70px;
}
.post .ribbon.new:after {
  border-top: 10px solid #a60000;
}
@media screen and (max-width:1034px) and (min-width: 767px) {
  .post .ribbon {
    right: 0
  }
  .post .ribbon.buy:after,
  .post .ribbon.rent:after,
  .post .ribbon.blog:after,
  .post .ribbon.new:after {
    border: none;
  }
  .post .ribbon.buy,
  .post .ribbon.rent,
  .post .ribbon.blog {
    top: 7px;
  }
  .post .ribbon.new {
    top: 40px;
  }
}
@media only screen and (max-width:767px) {
  .post .ribbon.buy,
  .post .ribbon.rent,
  .post .ribbon.blog {
    top: 50px;
    right: 10px
  }
  .post .ribbon.new {
    top: 90px;
    right: 10px;
  }
}
.page-blank h2 {
  padding: 40px 30px;
}

/*------------------------------------*\
    CATEGORY
\*------------------------------------*/
.content_header {
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
}
.sort-box {
  height: 30px;
  line-height: 30px;
}
.content_header h1 {
  margin: 0;
}
.content_header h1 {
  font-size: 24px;
  font-weight: bold;
}
.content_header h1 span {
  font-size: 18px;
  font-weight: normal;
  margin-left: .5em;
}
@media only screen and (max-width:768px) {
  .sort-box {
    margin-top: 10px;
  }
}

#catChild {
  margin: 1em 0;
  padding: 0 1em;
}
#catChild li {
  list-style: none;
  float: left;
  margin-right: 1em;
}
#catChild li a {
  padding: 5px 10px;
  background: #eee;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.post .object_contact a {
  display: block;
  background: #333;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  margin: 10px 0 0;
}
.social_button {
  margin: 10px 0 0;
  padding: 10px 0 0;
  font-size: 0;
  border-top: 1px dotted #ccc;
}
.social_button li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.social_button li:last-child {
  margin-right: 0;
}
.social_button.pos_bottom {
  margin: 50px 0 30px;
  padding: 10px 0 30px;
  font-size: 0;
  border-top: none;
}


.single .mw_wp_form {
  margin: 5em 0 2em;
}

/*-- 詳細ページ上部テーブル --*/
#detail_Box {
  font-size: 18px;
  width: 100%;
}
#detail_Box th,
#detail_Box td {
  vertical-align: middle;
  border-bottom: 1px solid #f8f8f8;
}
#detail_Box th {
  width: 60px;
  line-height: 1;
  vertical-align: middle;
  padding: 20px 0;
  text-align: center;
}
#detail_Box td {
  padding: 0 20px;
}
#detail_Box td.detail_Box_price {
  font-size: 40px;
  font-weight: bold;
  color: #9eae4a;
}
#detail_Box td.detail_Box_price span {
  font-size: 20px;
}
#detail_Box th span {
  font-size: 14px;
  padding: 0 2px 2px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #9eae4a;
}

/*-- 間取り下テーブル --*/
.detail_spec dl {
  background: #fff url('./img/stripe_bg.png');
  padding: 15px;
  text-align: center;
}
.detail_spec dl dt,
.detail_spec dl dd {}
.detail_spec dl dt {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 6px;
}
.detail_spec dl dd {
  font-weight: bold;
  font-size: 16px;
  padding-top: 8px;
}
.detail_table .d_table {
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
}
.detail_table .d_table th {
  padding: 15px 0;
  width: 45%;
  font-size: 12px;
}
.detail_table .d_table.wide-100 th {
  width: 22%
}
.detail_table .d_table td {
  padding: 15px 0;
}

/*-- 間取り図 --*/
.data_rooms {
  text-align: center;
}
.data_rooms a {
  border: 1px solid #e4e4e4;
  padding: 5px;
  margin: 30px auto 0;
  display: inline-block;
  position: relative;
}
.data_rooms a:before {
  content: "\f00e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.8);
}

/*-- 関連テーブル --*/
.related_table {}
.related_table .col a {
  display: block;
}
.related_table .col a:hover {
  background: url('./img/dot_bg.png')
}
.related_table .col a {
  border: 1px solid #ddd;
}
.related_table .col:nth-of-type(2) a {
  border-right: none;
  border-left: none;
}
.related_table h4 {
  font-size: 14px;
  margin-top: 1em;
}
.content {
  padding: 0 0 50px;
  margin: 0 0 30px;
  background: url('./img/side_bottom.png') 0 bottom repeat-x;
}


/*-- ABOUT --*/
.about_copy {
  font-size: 26px;
  margin: 1em 0;
  font-weight: bold;
}
.about_copy span {
  display: inline-block;
  margin-right: 20px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    CONTACT FORM
\*------------------------------------*/

.contact_form_Box {
  margin: 0 0 30px;
  padding: 0 0 30px;
  background: url('./img/stripe_bg.png') 0 bottom repeat-x;
}
.contact_form_Box h4 {
  position: relative;
  padding-left: 60px
}
.contact_form_Box h4 span {
  position: absolute;
  left: 0;
  background: #b2cd3c;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 1px 5px;
}
.contact_form_Box .required {
  color: #ff0000;
  font-weight: bold;
  font-size: 120%;
}
.contact_form_Box .col {
  line-height: 50px;
}
.mwform-tel-field input {
  width: 25% !important;
}
.mw_wp_form .vertical-item input {
  margin-right: 5px;
}
.mw_wp_form .error {
  display: inline-block !important;
  margin-bottom: 1.5em;
  padding: 0 20px;
  background: rgba(184, 0, 0, 0.3);
  color: #111 !important;
  position: absolute;
  z-index: 9;
  top: -9px;
  left: -10px;
  width: auto;
  min-width: 115px;
  height: 21px;
  line-height: 20px;
  text-align: center;
}
.mw_wp_form .error:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 30px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: rgba(184, 0, 0, 0.3) transparent transparent transparent;
}

/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: "myFont";
  src: url("./font/smartfont.eot?") format('eot'), url("./font/smartfont.woff") format('woff'), url("./font/smartfont.otf") format('opentype');
}
.myFontClass {
  font-family: "myFont" !important;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:320px) {}
@media only screen and (max-width:480px) {}
@media only screen and (max-width:768px) {
  .post h2 {
    margin-top: 1em;
  }
  .detail_table .d_table.wide-100 th {
    width: 45%
  }
}
@media only screen and (max-width:1024px) {}
@media only screen and (max-width:1140px) {}
@media only screen and (max-width:1280px) {}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
  background: #abc71b;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #abc71b;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #abc71b;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #abc71b;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.post-edit-link {
  display: block;
  background: #abc71b;
  text-align: center;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*------------------------------------*\
    tab
\*------------------------------------*/

#panels {
  background: #fff url('./img/panels_bg.png') 50% bottom no-repeat;
  padding-bottom: 100px;
  margin-bottom: 80px;
}
.panels_container {
  padding: 20px 0 0;
  background: url('./img/stripe_bg.png') 0 top repeat-x;
}



/*------------------------------------*\
    pagination
\*------------------------------------*/
.pagination {
  padding: 30px 0;
  margin: 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #ccc;
}

.pagination span {
  background: #ccc;
}
