/* ////////////////////////////////////////////////////////////////////////// */
/* Orchestra */
/* ////////////////////////////////////////////////////////////////////////// */
body {
  font-family: 'Roboto', 游ゴシック, YuGothic, Helvetica, "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese', sans-serif;
  line-height: 1.8;
  font-weight: 350;
  color: #111;
}
@media (max-width: 767px) {
body {
  font-family: Helvetica,Arial, Roboto, Droid Sans, 游ゴシック,ヒラギノ角ゴ ProN W3,メイリオ !important;
}
}

a,a:hover {
text-decoration:none;
}

a:hover img {
opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);	/* IE lt 8 */
-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}

/* header */
.header.orchestra {
  background-color: #000;
}

.orchestra__header__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 1598px) {
  .orchestra__header__content {
    padding: 0 30px;
  }
}

.orchestra__site-branding__heading {
  display: inline-block;
  text-align: left;
  margin: 0 auto 0 15px;
  padding: 15px 0;
}

.orchestra__site-branding__heading img {
  width: 70%;
  height: auto;
}

@media (min-width: 992px) {
  .orchestra__site-branding__heading {
    margin: 0 auto 0 0;
  }
  .orchestra__site-branding__heading img {
    width: 105px;
  }
}

.orchestra__site-branding__caption {
  display: none;
}

@media (min-width: 992px) {
  .orchestra__site-branding__caption {
    display: inline-block;
    font-size: 12px;
    color: #fff;
  }
}

.orchestra__header__menu {
  display: inline-block;
  margin: 0 10px;
}

@media (min-width: 992px) {
  .orchestra__header__menu {
    margin: 0;
    padding-left: 20px;
  }
}

.orchestra-side-menu img {
  width: 66%;
}

@media (min-width: 992px) {
  .orchestra-side-menu img {
    width: 70%;
    height: auto;
  }
}

.orchestra__header__nav01 {
  display: none;
  list-style: none;
}

@media (min-width: 992px) {
  .orchestra__header__nav01 {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
}

.orchestra__header__nav01 a {
  padding: 15px 10px;
  text-decoration: none;
  color: #fff !important;
}

.orchestra__header__nav01 a:hover {
  /*text-decoration: none;*/
  color: #ddd;
}

.orchestra__header__nav02 {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}

@media (min-width: 992px) {
  .orchestra__header__nav02 {
    padding: 0;
    font-size: 14px;
  }
}

.orchestra__header__nav02__list {
  margin: 0 3px;
}

@media (min-width: 992px) {
  .orchestra__header__nav02__list {
    margin: 0 10px;
  }
}

.orchestra__header__nav02__list a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 25px;
  /*border: 2px solid #fff;*/
  background-color:#fff;
  text-align: center;
  text-decoration:none;
  color: #000;
  line-height: 1.1; 
  /*line-height: 1.5;*/
}

.orchestra__header__nav02__list a:hover {
  text-decoration: none;
  color: #256daa;
}

@media (min-width: 992px) {
  .orchestra__header__nav02__list a {
    display: block;
    /*min-height: 18px;*/
    padding: 5px 15px;
    border-radius: 30px;
    text-decoration:none;
    line-height: 1.5;
  }
}

.orchestra__header__nav02__list.is-search a {
  /*border-color: #fff;*/
  background-color:#fff;
  color: #000;
  text-decoration:none;
}
.orchestra__header__nav02__list.is-search a:hover {
  /*border-color: #ddd;*/
  background-color:#ddd;
  color: #256daa;
}

@media (min-width: 992px) {
  .orchestra__header__nav02__list.is-entry a {
    background: url("/wp-content/themes/habakiri-child/img/orchestra/header-menu-note.png") 15px center no-repeat;
    padding-left: 35px;
    text-decoration:none;
  }
  .orchestra__header__nav02__list.is-entry a:hover {

  }
  .orchestra__header__nav02__list.is-search a {
    background: #fff url("/wp-content/themes/habakiri-child/img/orchestra/header-menu-search.png") 15px center no-repeat;
    text-decoration:none;
    padding-left: 35px;
  }
  .orchestra__header__nav02__list.is-search a:hover {

  }
}

.orchestra__header__nav02__list.is-entry a {
  /*border-color: #c1e500;*/
  background-color:#c1e500;
  color: #000;
  text-decoration:none;
}
.orchestra__header__nav02__list.is-entry a:hover {
  /*border-color: #e7ffb5;*/
  background-color:#a7c11c;
  color: #256daa;
}

.orchestra__header__nav02__list a span {
  display: block;
}

@media (min-width: 992px) {
  .orchestra__header__nav02__list a span {
    display: inline-block;
  }
}

/* orchestra__header__menu 非表示時 */
.orchestra__header__menu__box {
  display: none;
}

/*#orchestra-menu-close {
  display: none;
}*/

/* orchestra__header__menu active 時 */
/*body.active:after {
	position: fixed;
	content: '';
	//background: rgba(245, 245, 245, 0.85);
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
}*/

.orchestra__header__menu__box.active {
  display: block;
  /*position: absolute;*/
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ebebeb;
  overflow: auto;
  z-index: 100;
}

@media (min-width: 992px) {
  .orchestra__header__menu__box.active {
    top: 90px;
  }
}

/*#orchestra-menu.active {
  display: none;
}*/

/*#orchestra-menu-close.active {
  display: block;
  z-index: 100;
}*/

.active .orchestra__header__menu__inner {
  padding: 0 5px;
}

@media (min-width: 768px) {
  .orchestra__header__menu__inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

.orchestra-categorize__set {
  flex: auto;
  flex-wrap: wrap;
}

.orchestra-categorize__set.no-1 { flex: 1; }
.orchestra-categorize__set.no-2 { flex: 1; }
.orchestra-categorize__set.no-3 { flex: 1; }
.orchestra-categorize__set.no-4 { flex: 1; }
.orchestra-categorize__set.no-5 { flex: 2; }

.orchestra-categorize__title {
  font-size: 14px;
}

.orchestra-categorize__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .orchestra-categorize__list {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .orchestra-categorize__list {
    justify-content: flex-start;
  }
}

.orchestra-categorize__list li {
  margin: 7px 10px 0 0;
  font-size: 80%;
}

.orchestra-categorize__list li a {
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  width: 170px;
  text-align: center;
}

.orchestra-categorize__list li a:hover {
  background-color: #000;
  color: #256daa;
  text-decoration: none;
}

#orchestra-menu-close-btn {
  margin: 20px 0;
  text-align: center;
}

#orchestra-menu-close-btn a {
  display: inline-block;
  border: 1px solid #000;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #000;
  color: #fff !important;
}

/* footer */
.footer-widget-area .row.is-orchestra {
  margin-bottom: 30px;
  color: #e4e4e4;
  font-size: 13px;
}

.footer-widget-area .is-orchestra a {
  color: #e4e4e4;
}
.footer-widget-area .is-orchestra a:hover {
  color: #ccc;
}

.footer-widget {
  margin-bottom:30px;
}

.footer-widget-area .is-orchestra .footer-widget__title {
  font-size: 14px;
  font-weight:bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #666666;
}

.footer-widget-area .is-orchestra .textwidget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget-area .is-orchestra .textwidget ul li a {
color:#fff !important;
}

.entry-sub-content {
  margin: 0 auto 30px;
  width: 90%;
  font-size: 12px;
  line-height: 1.8;
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 768px) {
  .entry-sub-content {
    width: 70%;
    font-size: 14px;
    line-height: 2.2;
  }
}

.orchestra-ld-area {
  padding-left: 0;
  padding-right: 0;
}

.orchestra-rd-area {
  padding-left: 0;
  padding-right: 0;
}
.orchestra-rd-area h1.right_title_builder {
  font-size:18px;
  padding-left:30px;
  background:url(http://yadokari.net/wp-content/uploads/2017/05/side_builder_icon.png) no-repeat;
}
.orchestra-rd-area h1.right_title_modelhouse {
  font-size:18px;
  padding-left:34px;
  background:url(http://yadokari.net/wp-content/uploads/2017/05/side_modelhouse_icon.png) no-repeat;
}
.orchestra-rd-area h1.right_title_related-info {
  font-size:18px;
  padding-left:34px;
  background:url(http://yadokari.net/wp-content/uploads/2017/05/side_related-info_icon.png) no-repeat;
}

@media (min-width: 992px) {
  .orchestra-ld-area {
    padding-right: 30px;
  }
  .orchestra-rd-area {
    padding-left: 30px;
  }
}

.orchestra-ld-title {
  font-size: 18px;
  font-weight: bold;
}

.orchestra-ld-content {
  margin-bottom: 30px;
  line-height: 1.6;
}

.orchestra-ld-content table {
  table-layout: fixed;
  width: 100%;
}

.orchestra-ld-content th {
  padding: 14px 10px;
  width: 110px;
  background-color: #dbdbdb;
  border: 1px solid #fff;
  text-align: center;
  font-weight: normal;
  color: #000;
  /* line-height: 1.1; */
  line-height: 1.5;
}

.orchestra-ld-content td {
  padding: 10px;
  background-color: #ebebeb;
  border: 1px solid #fff;
  color: #000;
  /* line-height: 1.1; */
  line-height: 1.5;
}

@media only screen and (max-width:480px){
  .orchestra-ld-content th,.orchestra-ld-content td {
    width: 100%;
    display: block;
  }
}

.orchestra-rd-title {
  font-size: 18px;
  font-weight: bold;
}

.orchestra-rd-content {
  margin-bottom: 10px;
  padding-bottom: 30px;
  line-height: 1.6;
  border-bottom: 1px solid #ebebeb;
}

.simplemap {
  margin: 10px 0;
}

.orchestra-btn {
  margin: 10px auto;
}

.orchestra-btn a {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding: 15px;
  border-radius: 30px;
  background-color: #000;
  color: #fff !important;
  /* line-height: 1.1; */
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.orchestra-btn a:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #444;
}

/* --ボタン-- */


.btn-wide a {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding: 15px;
  border-radius: 30px;
  line-height: 1.5;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
}
.btn-wide a:hover {
  text-decoration: none;
  color: #fff !important;
  opacity: 0.5;
}

.btn-short a {
  display: block;
  margin: 0 auto;
  width: 40%;
  padding: 15px;
  border-radius: 30px;
  line-height: 1.5;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
}
.btn-short a:hover {
  text-decoration: none;
  color: #fff !important;
  opacity: 0.5;
}

.btn-black a {
  background-color: #000;
}
.btn-blue a {
  background-color: #0175d7;
}
.btn-red a {
  background-color: #e13131;
}
.btn-green a {
  background-color: #87992a;
}
.btn-orange a {
  background-color: #f48315;
}




/* --ボタン-- */

.orchestra-related-info__set {
  position: relative;
  padding-bottom: 15px;
  padding-right: 0;
}

.orchestra-related-info__img {
  display: block;
  overflow: hidden;
/*  height: 110px;*/
}

.orchestra-related-info__title {
  position: absolute;
  left: 25px;
  bottom: 5px;
  padding: 2px 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}

/* +++ */
#contents.is-orchestra .head-contents {
  padding: 0;
}
@media (min-width: 768px) {
  #contents.is-orchestra .head-contents {
    padding: 81px 0 0;
  }
}

#contents.is-orchestra .sub-page-contents {
  padding-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
    #contents.is-orchestra .sub-page-contents {
      padding: 20px 10px 0;
    }
}
#contents.is-orchestra .sub-page-contents.is-about {
  color: #fff;
  background: url("/wp-content/themes/habakiri-child/img/orchestra/about-key-visual_170725_02.jpg") top center no-repeat;
background-size:cover;
}

.orchestra-entry-top {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .orchestra-entry-top {
    width: 70%;
    margin: 0 auto 10px;
    min-height: 46px;
  }
}

.orchestra-topic-path {
}

.orchestra-topic-path ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.orchestra-topic-path li {
  float: left;
  margin-right: 5px;
}

.orchestra-topic-path li:after {
  content: '>';
  padding-left: 5px;
}

.orchestra-topic-path li:last-child:after {
  content: "";
  padding: 0;
}

.orchestra-topic-path li a {
  color: #000;
  text-decoration: none;
}
.orchestra-topic-path li a:hover {
  color: #256daa;
}

.orchestra-social-btn {
  width: 90%;
  margin: 10px auto 20px;
  overflow: auto;
  text-align: right;
}

@media (min-width: 768px) {
  .article--single .orchestra-social-btn {
    width: 100px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.article--single .orchestra-social-btn ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .article--single .orchestra-social-btn ul {
    justify-content: flex-end;
  }
}

.article--single .orchestra-social-btn li {
  list-style: none;
  margin: 0 0 0 10px;
}

.article--single .entry-title.page-title.is-orchestra {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}

.entry-content.is-orchestra {
  margin-bottom: 50px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ebebeb;
}

.entry-before-more .more-link {
  display: block;
  width: 250px;
  margin: 30px auto 0;
  padding: 20px 30px;
  background-color: #141414;
  color: #fff !important;
  text-align: center;
  /* line-height: 1.1; */
  line-height: 1.5;
  border-radius: 30px;
}

.entry-before-more .more-link.open {
  display: none;
}

.entry-after-more {
  display: none;
}

.entry-after-more.open {
  display: block;
}

/* 右下黒背景エリア */
.orchestra-info-area {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #141414;
  color: #fff;
}

.orchestra-info-area__inner {
  padding: 10px;
  border: 1px dotted #666666;
}

.orchestra-info-area__set {
  margin: 0 0 10px;
  border: none;
}

.orchestra-info-area__title {
  font-weight: normal;
  padding: 5px;
  white-space: nowrap;
}

.orchestra-info-area__item {
  font-weight: bold;
  padding: 5px;
}

.orchestra-info-area__item strong {
  font-size: 22px;
}

.orchestra-info-area__btn {
  padding: 30px 0 0;
  border-top: 1px solid #333333;
}

.orchestra-info-area__btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.orchestra-info-area__btn li {
  margin-bottom: 10px;
}

.orchestra-info-area__btn a {
  display: block;
  padding: 10px 10px 10px 30px;
/*  border: 2px solid #c1e500;*/
  border-radius: 20px;
/*  color: #c1e500;*/
  color:#000;
  text-align: center;
  /* line-height: 1.1; */
  line-height: 1.5;
  font-weight: bold;
  background: #c1e500 url("/wp-content/themes/habakiri-child/img/orchestra/icon_vendor_entry02.png") 20px center no-repeat;
}
.orchestra-info-area__btn a.wpfp-link {
  background: #c1e500 url("/wp-content/themes/habakiri-child/img/orchestra/icon_vendor_calc02.png") 20px center no-repeat;
}
.orchestra-info-area__btn a:hover {
  text-decoration: none;
  color: #000;
  background: #a7c11c url("/wp-content/themes/habakiri-child/img/orchestra/icon_vendor_entry02.png") 20px center no-repeat;
}
.orchestra-info-area__btn a:hover.wpfp-link {
  text-decoration: none;
  color: #000;
  background: #a7c11c url("/wp-content/themes/habakiri-child/img/orchestra/icon_vendor_calc02.png") 20px center no-repeat;
}
.orchestra-info-area__btn a.wpfp-link .wp_fav_remove {
  text-decoration: none;
  color: #ff0000;
}

@media (min-width: 768px) {
.orchestra-info-area__btn_sp {
  display:none;
}
}

.orchestra-info-area__btn_sp {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:9999;
  width:100%;
}

.orchestra-info-area__btn_sp div.spblock_l {
  float:left !important;
  width:45%;
  border-right:1px solid #fff;
}

.orchestra-info-area__btn_sp div.spblock_r {
  float:right !important;
  width:55%;
}

.orchestra-info-area__btn_sp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.orchestra-info-area__btn_sp li {
}

.orchestra-info-area__btn_sp a {
  display: block;
  padding: 20px 10px 20px 10px;
  /*border-radius: 20px;*/
  color:#000;
  text-align: center;
  line-height: 1.5;
  font-size:11px;
  font-weight: bold;
  background: #c1e500;
}
.orchestra-info-area__btn_sp a.wpfp-link {
  background: #c1e500;
}
.orchestra-info-area__btn_sp a:hover {
  text-decoration: none;
  color: #000;
  background: #a7c11c;
}
.orchestra-info-area__btn_sp a:hover.wpfp-link {
  text-decoration: none;
  color: #000;
  background: #a7c11c;
}
.orchestra-info-area__btn_sp a.wpfp-link .wp_fav_remove {
  text-decoration: none;
  color: #ff0000;
}



/* orchestra-rd-builder-logo */
.orchestra-rd-builder-logo {
  margin-bottom: 10px;
  text-align: center;
}

/* この部屋のおすすめの使い方/こだわりポイント */
.orchestra-ld-point .orchestra-ld-content a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 7px;
  border-radius: 7px;
  background-color: #ebebeb;
  /* line-height: 1.1; */
  line-height: 1.5;
  color: #2e2e2e;
}

.orchestra-ld-point .orchestra-ld-content a:hover {
  color: #fff;
  background-color: #666;
  /*text-decoration: none;*/
}

/* 注意事項 */
.orchestra-ld-cautions ul {
  list-style: none;
  padding: 0;
}

.orchestra-ld-cautions li {
  padding-left: 1em;
  text-indent: -1em;
}

.orchestra-foot-area {
  margin: 0 auto;
  width: 90%;
  font-size: 12px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .orchestra-foot-area {
    width: 80%;
    font-size: 16px !important;
    line-height: 1.8;
  }
}

.orchestra-foot-builder,
.orchestra-foot-entry__inner {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .orchestra-foot-builder__img,
  .orchestra-foot-builder__title,
  .orchestra-foot-builder__add,
  .orchestra-foot-builder__btn {
    text-align: center;
  }
  .orchestra-foot-builder,
  .orchestra-foot-entry__inner {
    margin-bottom: 0;
  }
}

.orchestra-foot-entry__img {
  text-align: center;
}

@media (min-width: 768px) {
  .orchestra-foot-entry__txt {
    max-width: 240px;
    margin: 0 auto;
  }
}

.orchestra-foot-entry__btn a {
  background-color: #000;
}

.orchestra-foot-entry__btn a:hover {
  background-color: #444444;
}

/* singleページ orchestra page-header */
.single #contents.is-orchestra .page-header {
  padding: 150px 0;
}
.single #contents.is-orchestra .page-header:before {
  -webkit-filter: brightness(70%);
  filter:brightness(70%);
}
.single #contents.is-orchestra .page-header__title {
  text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

/* top ページ */
/* eyecatch slide */
.eyecatch-slide {
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 100px;*/
  margin-bottom: 50px;
  max-width: 1580px;
  overflow: hidden;
}
.eyecatch-slide .sp-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.eyecatch-slide .sp-arrow.sp-previous-arrow {
  left: 0;
  background-position: center left;
  background-image: url("/wp-content/themes/habakiri-child/img/orchestra/slide_arrow_l.png");
}
.eyecatch-slide .sp-arrow.sp-next-arrow {
  right: 0;
  background-position: center right;
  background-image: url("/wp-content/themes/habakiri-child/img/orchestra/slide_arrow_r.png");
  transform: rotate(0);
}
.eyecatch-slide .sp-horizontal .sp-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px auto 0 auto;
}
@media (min-width: 768px) {
  .eyecatch-slide .sp-horizontal .sp-arrows {
    width: 520px;
  }
  .eyecatch-slide .sp-arrow.sp-previous-arrow {
    left: -30px;
  }
  .eyecatch-slide .sp-arrow.sp-next-arrow {
    right: -30px;
  }
}
.eyecatch-slide #my-slider {
  overflow: hidden;
  padding-bottom: 20px;
}
.eyecatch-slide .slider-pro p.sp-layer ,
.eyecatch-slide .slider-pro .sp-title {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -20px;
  left: 20%;
  right: 20%;
  font-size: 24px;
  /*font-weight: bold;*/
  /*text-align: center;*/
  /*visibility: visible!important;*/
  /*opacity: 1!important;*/
}
.eyecatch-slide .slider-pro p.sp-layer span,
.eyecatch-slide .slider-pro .sp-title span {
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
}
.eyecatch-slide .sp-mask {
  overflow: inherit;
}

@media (min-width: 768px) {
  .eyecatch-slide .sp-image-container {
    width: 440px !important;
  }
  .eyecatch-slide .slider-pro p.sp-layer ,
  .eyecatch-slide .slider-pro .sp-title {
    left: 50px;
    right: 50px;
    text-align: left;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .eyecatch-slide .slider-pro .sp-title {
    font-size: 20px;
  }
}

/* スライド中央以外は黒っぽく表示 */
.eyecatch-slide .sp-slide .sp-image-container {
  background-color: #000;
}
.eyecatch-slide .sp-slide .sp-image {
  opacity: 0.4;
}
.eyecatch-slide .sp-slide.sp-selected .sp-image {
  opacity: 1;
}


/* fixed_page */
.fixed-page {
}
.fixed-page__set {
  text-align: center;
  margin: 0 0 60px;
}
.fixed-page__set:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .fixed-page__set {
    margin: 0;
  }
}
.fixed-page__img {
  margin-bottom: 30px;
}
.fixed-page__title {
  /*margin-bottom: 20px;*/
/*0523追加*/
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  /* line-height: 1.1; */
  line-height: 1.5;
}
.fixed-page__txt {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
/*0523追加*/
  padding:0 32px;
  text-align:left;
}

/* new tinyhouse */
.new-tinyhouse {
  margin-bottom: 70px;
}
.new-tinyhouse .sp-image-container {
  width: 350px!important;
}
.newtinyhouse__thumb-link img {
  /*top: 50%;*/
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /*width: auto;
  height: 100%;*/
}

/* tinyhouse-top 汎用 */
/* *-l = L size, *-m = M size */
.tinyhouse-top__title-l {
  margin: 0 auto 5px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.tinyhouse-top__title-l a {
color:#000 !important;
}
.tinyhouse-top__title-l a:hover {
color:#256daa !important;
}
.tinyhouse-top__caption-l {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.tinyhouse-top__btn-l {
  text-align: center;
}
.tinyhouse-top__btn-l a {
  display: inline-block;
  /*padding: 20px 50px;*/
  padding: 16px 65px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 40px;
  /* line-height: 1.1; */
  line-height: 1.5;
  background-color: #141414;
  color: #fff !important;
  text-decoration:none;
  letter-spacing: 1px;
}
.tinyhouse-top__btn-l a:hover {
  color: #fff !important;
  background-color: #444;
}
.tinyhouse-top__btn-l.is-tinyhouse-journal a {
  background-color: #50525a;
}
.tinyhouse-top__btn-l.is-tinyhouse-journal a:hover {
  background-color: #585b64;
}
@media (max-width: 767px) {
.tinyhouse-top__btn-l.is-tinyhouse-journal a {
  margin-bottom:30px;
}
}
.tinyhouse-top__title-m {
  margin: 0 auto 5px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.tinyhouse-top__caption-m {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.tinyhouse-top__title-m_l {
  margin: 0 auto 5px;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
}
.tinyhouse-top__caption-m_l {
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 767px) {
.tinyhouse-top__title-m_l {
  margin: 0 auto 5px;
  font-size: 20px;
}
.tinyhouse-top__caption-m_l {
  font-size:12px;
  font-weight: normal;
}
}

.tinyhouse-top__title-m_C {
  margin: 0 auto 5px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.tinyhouse-top__title-m_C a {
  color:#000 !important;
}
.tinyhouse-top__title-m_C a:hover {
  color:#256daa !important;
}
.tinyhouse-top__caption-m_C {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
.tinyhouse-top__btn-m {
  text-align: center;
}
.tinyhouse-top__btn-m a {
  display: inline-block;
  /*padding: 10px 20px;*/
  padding: 8px 35px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 20px;
  /* line-height: 1.1; */
  line-height: 1.5;
  background-color: #141414;
  color: #fff !important;
  text-decoration:none;
  letter-spacing: 1px;
}
.tinyhouse-top__btn-m a:hover {
  color: #fff !important;
  background-color: #444;
}
.tinyhouse-top__btn-s {
  text-align: right;
}
.tinyhouse-top__btn-s a {
  display: inline-block;
  /*padding: 10px 20px;*/
  padding: 4px 18px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  /* line-height: 1.1; */
  line-height: 1.5;
  background-color: #141414;
  color: #fff !important;
  text-decoration:none;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
.tinyhouse-top__btn-s a {
  padding: 2px 10px;
  font-weight: bold;
  font-size: 10px;
}
}

.tinyhouse-top__btn-s a:hover {
  color: #fff !important;
  background-color: #444;
}
/* bnr */
.tinyhouse-top_bnr {
  margin: 50px auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .tinyhouse-toppage-section {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tinyhouse-toppage-underline {
  margin-bottom: 20px;
  /*padding-bottom: 70px;*/
  padding-bottom: 0;
  border-bottom: 1px solid #ebebeb;
}

.defaultlist {
	padding:0px;
	margin-bottom:20px;
}

.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 10px !important;
}
.defaultlist li a {
  color:#000 !important;
}
.defaultlist li a:hover {
  color:#256daa !important;
}
.list1 li{
	position:relative;
	padding-left:18px;
}
 
.list1 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	top:7px; 
	left:2px; 
	height:0; 
	width:0; 
	border-top: 4px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #aaa;
}

/* newtinyhouse slide */
.newtinyhouse-slide {
  margin-bottom: 50px;
}
.newtinyhouse-slide #my-slider2 {
  margin: 0 auto!important;
  padding-bottom: 20px;
  width: 1120px;
  overflow: hidden;
}
.newtinyhouse-slide .sp-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.newtinyhouse-slide .sp-arrow.sp-previous-arrow {
  left: 0;
  background-position: center left;
  background-image: url("/wp-content/themes/habakiri-child/img/orchestra/slide_arrow_l.png");
}
.newtinyhouse-slide .sp-arrow.sp-next-arrow {
  right: 0;
  background-position: center right;
  background-image: url("/wp-content/themes/habakiri-child/img/orchestra/slide_arrow_r.png");
  transform: rotate(0);
}
.newtinyhouse-slide .sp-horizontal .sp-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px auto 0 auto;
}
@media (min-width: 768px) {
  .newtinyhouse-slide .sp-horizontal .sp-arrows {
    width: 350px;
  }
  .newtinyhouse-slide .sp-arrow.sp-previous-arrow {
    left: -40px;
  }
  .newtinyhouse-slide .sp-arrow.sp-next-arrow {
    right: -40px;
  }
}
.newtinyhouse-slide .slider-pro p.sp-layer ,
.newtinyhouse-slide .slider-pro .sp-title {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -20px;
  left: 25px;
  right: 25px;
  /*font-size: 22px;*/
  /*visibility: visible!important;*/
  /*opacity: 1!important;*/
}
.newtinyhouse-slide .slider-pro .sp-title a {
  padding: 2px 5px;
  /*background-color: #879e0a;*/
  background: linear-gradient(transparent 0%, #879e0a 0%);
  color: #fff;
  line-height: 2;
  font-size: 15px;
}
.newtinyhouse-slide .sp-mask {
  overflow: inherit;
}

/* tinyhouse journal */
.sub-page-contents.tinyhouse-journal {
  padding-bottom: 0;
  background-color: #ebebeb;
  color: #000;
}
.sub-page-contents.tinyhouse-journal .tinyhouse-top__title-l a {
  color:#000 !important;
}
.sub-page-contents.tinyhouse-journal .tinyhouse-top__title-l a:hover {
  color:#256daa !important;
}
.tinyhouse-journal__inner {
  text-align: center;
  margin-bottom: 20px;
}
.tinyhouse-journal__set {
  margin-bottom: 40px;
}
.tinyhouse-journal__set:last-child {
  margin: 0;
}
.tinyhouse-journal__img {
  margin: 0 auto 10px;
  width: 100%;
}
.tinyhouse-journal__img img {
}

@media (min-width: 992px) {
  .tinyhouse-journal__set {
    margin-bottom: 20px;
  }
  .tinyhouse-journal__img {
    width: 252px;
    height: 168px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-journal__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .tinyhouse-journal__set {
    margin-bottom: 20px;
  }
  .tinyhouse-journal__img {
    width: 343px;
    height: 228px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-journal__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .tinyhouse-journal__img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-journal__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

/*@media (min-width: 768px) {
  .tinyhouse-journal__set {
    margin-bottom: 0;
  }
  .tinyhouse-journal__img {
    width: 252px;
    height: 168px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-journal__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .tinyhouse-journal__img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-journal__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}*/


.tinyhouse-journal__date {
  margin-bottom: 10px;
  margin-left: 15px;
  padding: 0;
  width: 36px;
  border: 2px solid #50525a;
  text-align: center;
  font-weight: bold;
}
.tinyhouse-journal__date .month {
  display: block;
  height: 18px;
  background-color: #50525a;
  color: #fff;
  font-size: 12px;
  /* line-height: 1.1; */
  line-height: 1.5;
}
.tinyhouse-journal__date .day {
  display: block;
  height: 18px;
  background: #fff;
  color: #50525a;
  font-size: 18px;
  /* line-height: 1.5; */
  line-height: 1.1;
}
@media (min-width: 768px) {
  .tinyhouse-journal__date {
    margin-bottom: 0;
  }
}
.tinyhouse-journal__title {
  text-align: left;
  line-height: 1.6 !important;
}
.tinyhouse-journal__title a {
  color: #000 !important;
  /*font-weight: bold;*/
}
.tinyhouse-journal__title a:hover {
  color: #256daa !important;
  /*font-weight: bold;*/
}

/* tinyhouse builder */
.tinyhouse-builder {
  margin-bottom: 50px;
  text-align: center;
  /* line-height: 1.1; */
  line-height: 1.5;
}
@media (min-width: 768px) {
  .tinyhouse-builder {
    margin-bottom: 0;
    padding-right: 30px;
    padding-left: 0;
  }
}
.tinyhouse-builder .row {
  margin-bottom: 20px;
}
.tinyhouse-builder .col-md-4 {
  /*padding-left: 10px;
  padding-right: 10px;*/
}
.tinyhouse-builder__img {
  margin-bottom: 10px;
  border:1px solid #eee;
}

.tinyhouse-builder__title {
  margin-bottom: 5px;
  text-align: left;
  /*font-weight: bold;*/
  line-height:1.2 important;
}
.tinyhouse-builder__add {
  margin-bottom: 20px;
  text-align: left;
}
.tinyhouse-builder__add a {
color:#fff;
}
.tinyhouse-builder__add a:hover {
color:#ddd;
}
.tinyhouse-builder .tinyhouse-top__btn-m {
  margin: 30px auto;
}
@media (min-width: 768px) {
  .tinyhouse-builder__img {
    margin-bottom: 10px;
    width: 252px;
    height: 252px;
    overflow: hidden;
    position: relative;
  }
  .tinyhouse-builder__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .tinyhouse-builder__img02 {
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .tinyhouse-builder__img02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .tinyhouse-builder-list__img {
    margin-bottom: 10px;
    width: 370px;
    height: 370px;
    overflow: hidden;
    position: relative;
  }
  .tinyhouse-builder-list__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
  }
}

.is_builder .post-data__thumb img {
border:1px solid #eee;
}

/* tinyhouse land */
.tinyhouse-land {
  text-align: center;
  /* line-height: 1.1; */
  line-height: 1.5;
}
@media (min-width: 768px) {
  .tinyhouse-land {
    padding-left: 30px;
    padding-right: 0;
  }
}
.tinyhouse-land .row {
  margin-bottom: 20px;
}
.tinyhouse-land__set {
  margin-bottom: 20px;
}
.tinyhouse-land__set a {
color:#000 !important;
}
.tinyhouse-land__set a {
color:#256daa !important;
}
.tinyhouse-land__img {
  margin-bottom: 10px;
}
.tinyhouse-land__title {
  margin-bottom: 5px;
  text-align: left;
  /*font-weight: bold;*/
  line-height:1.5 !important;
}
.tinyhouse-land__title a {
  color:#000 !important;
}
.tinyhouse-land__title a:hover {
  color:#256daa !important;
}
.tinyhouse-land__add {
  margin-bottom: 20px;
  text-align: left;
}
.tinyhouse-land .tinyhouse-top__btn-m {
  margin: 30px auto;
}
.tinyhouse-land .tinyhouse-top__btn-m a {
  color:#fff important;
}

@media (min-width: 992px) {
  .tinyhouse-land__img {
    margin-bottom: 10px;
    width: 252px;
    height: 168px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-land__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .tinyhouse-land__img {
    margin-bottom: 10px;
    width: 343px;
    height: 228px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-land__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .tinyhouse-land__img {
    margin-bottom: 10px;
    width: 100%;
    height: 186px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-land__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}


/*@media (min-width: 768px) {
  .tinyhouse-land__img {
    margin-bottom: 10px;
    width: 252px;
    height: 168px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-land__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .tinyhouse-land__img {
    margin-bottom: 10px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-land__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}*/

/* faq */
.tinyhouse-faq {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .tinyhouse-faq {
    padding-right: 30px;
    padding-left: 0;
  }
}
.tinyhouse-faq__q {
  position: relative;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  min-height: 34px;
  font-weight: bold;
}
.tinyhouse-faq__q::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-size: 24px;
  font-weight: bold;
  /* line-height: 1.1; */
  line-height: 1.5;
}
.tinyhouse-faq__a {
  position: relative;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 35px;
  min-height: 34px;
  border-bottom: 1px dotted #000;
}

.tinyhouse-journal .tinyhouse-faq__a {
  position: relative;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 35px;
  min-height: 34px;
  border-bottom: 1px dotted #000;
}

.tinyhouse-faq__a::before {
  position: absolute;
  top: 0;
  left: 2px;
  content: "A";
  font-size: 24px;
  font-weight: bold;
  /* line-height: 1.1; */
  line-height: 1.5;
}
.tinyhouse-faq .tinyhouse-top__btn-l {
  margin-top: 30px;
}

/* tinyhouse-newsletter */
.tinyhouse-newsletter {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .tinyhouse-newsletter {
    padding-left: 30px;
    padding-right: 0;
  }
}
.tinyhouse-newsletter__inner {
  text-align: center;
}
.tinyhouse-newsletter__inner input {
  border: 2px solid #2e2e2e;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tinyhouse-newsletter__note {
  color: #000;
}

/* page */
#contents.is-orchestra .container.is-page p,
#contents.is-orchestra .container.is-page li,
#contents.is-orchestra .container.is-page dt,
#contents.is-orchestra .container.is-page dd {
font-size:18px;
}

@media (min-width: 768px) {
  #contents.is-orchestra .container.is-page .entry h1 {
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
  }
}

#contents.is-orchestra .container.is-page .entry table {
  width: 100%;
}

#contents.is-orchestra .container.is-page .entry th {
  padding: 17px 10px;
  width: 130px;
  background-color: #dbdbdb;
  border: 1px solid #fff;
  text-align: center;
  font-weight: normal;
  color: #000;
  /* line-height: 1.1; */
  line-height: 1.5;
}

#contents.is-orchestra .container.is-page .entry td {
  padding: 17px 10px;
  background-color: #ebebeb;
  border: 1px solid #fff;
  color: #000;
  /* line-height: 1.1; */
  line-height: 1.5;
}

#contents.is-orchestra .container.is-page .entry dt {
  margin-bottom: 10px;
}

#contents.is-orchestra .container.is-page .tinyhouse-faq__a {
  padding-bottom: 30px;
}

@media (min-width: 1598px) {
  #contents.is-orchestra .container.is-page {
    display: block;
  }
  #contents.is-orchestra .container.is-page .container__main {
    margin-left: auto;
  }
}

/* about ページ */
#contents.is-orchestra .sub-page-contents.is-about .container.is-page .entry .orchestra_about_catch_copy {
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
#contents.is-orchestra .sub-page-contents.is-about .container.is-page .entry .orchestra_about_catch_copy {
  font-size: 28px;
}
    #contents.is-orchestra .sub-page-contents.is-about .container.is-page .entry p {
      font-size: 12px;
}
}

@media (min-width: 768px) {
  #contents.is-orchestra .sub-page-contents.is-about .container.is-page .entry {
    margin: 0 auto;
    padding-bottom: 100px;
    max-width: 1000px;
    font-weight: bold;
  }
  #contents.is-orchestra .sub-page-contents.is-about .entry h1 {
    margin: 0;
    padding-top: 100px;
    padding-bottom: 200px;
    font-size: 60px;
    color: #fff;
    /* line-height: 1.1; */
  line-height: 1.5;
    border: none;
  }
  #contents.is-orchestra .sub-page-contents.is-about .entry h1 span {
    font-size: 20px;
  }
  #contents.is-orchestra .sub-page-contents .entry a.btn {
    margin-right: 20px;
  }
}

#contents.is-orchestra .sub-page-contents .entry .btn-area {
  text-align: center;
}
#contents.is-orchestra .sub-page-contents .entry a.btn,
#contents.is-orchestra .sub-page-contents .entry input[type="submit"] {
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 50px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 40px;
  /* line-height: 1.1; */
  line-height: 1.5;
  background-color: #000;
  color: #fff;
  border: none;
  text-decoration:none;
}
#contents.is-orchestra .sub-page-contents.is-orchestra .entry a.btn,#contents.is-orchestra .sub-page-contents.is-about .entry a.btn {
  background-color: #ffffff;
  color: #000;
  text-decoration:none;
}

#contents.is-orchestra .sub-page-contents.is-orchestra .entry a:hover.btn,#contents.is-orchestra .sub-page-contents.is-about .entry a:hover.btn {
  background-color: #ddd;
  color: #000;
  text-decoration:none;
}

/*#contents.is-orchestra .sub-page-contents .entry a.btn:hover {
  text-decoration: underline;
}*/


/**/
#contents.is-orchestra .container.is-page .entry .contact__select-property {
}
#contents.is-orchestra .container.is-page .entry .contact__select-property th,
#contents.is-orchestra .container.is-page .entry .contact__select-property td {
  background-color: #000000;
  color: #ffffff;
  border-right: none;
  border-left: none;
}
#contents.is-orchestra .container.is-page .entry .contact__select-property th {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
#contents.is-orchestra .container.is-page .entry .contact__select-property td {
  font-size: 16px;
}
#contents.is-orchestra .container.is-page .entry .contact__entry th,
#contents.is-orchestra .container.is-page .entry .contact__entry td {
  display: block;
  width: 100%;
}
#contents.is-orchestra .container.is-page .entry .contact__entry th {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 768px) {
  #contents.is-orchestra .container.is-page .entry .contact__entry th {
    display: table-cell;
    width: 25%;
    text-aligin: center;
  }
  #contents.is-orchestra .container.is-page .entry .contact__entry td {
    display: table-cell;
    width: auto;
  }
}
#contents.is-orchestra .container.is-page .entry .contact__entry th .required {
  color: #ff3123;
}
#contents.is-orchestra .container.is-page .entry .contact__entry td {
  font-size: 14px;
}
td.contact__select-property__img {
  text-align: left;
}
td.contact__select-property__title {
  text-align: left;
}
td.contact__select-property__size {
  text-align: center;
}
td.contact__select-property__price {
  text-align: center;
}
td.contact__select-property__checkbox {
  text-align: center;
}

td.contact__select-property__checkbox input.checkbox {
  display: none;
}
td.contact__select-property__checkbox input.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
/*td.contact__select-property__checkbox input.checkbox + .checkbox-icon:after {*/
  /*border: 2px solid #ccc;*/
  /*border-radius: 11px;*/
  /*content: "";*/
/*}*/
td.contact__select-property__checkbox input.checkbox + .checkbox-icon:before {
  content: "\f10c";
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 22px;
}
td.contact__select-property__checkbox input.checkbox:checked + .checkbox-icon:before {
  content: "\f058";
  color: #0098fa;
}

.contact__select__sp-display-none {
  display: none!important;
}
@media (min-width: 768px) {
  .contact__select__sp-display-none {
    display: table-cell!important;
  }
}

#contents.is-orchestra .container.is-page .entry .contact__select-other th,
#contents.is-orchestra .container.is-page .entry .contact__select-other td {
  border: none;
  display: table-cell;
  width: auto;
}

.contact__p,
.contact__privacy {
  padding: 10px;
}
.contact__p-bottom0 {
  margin-bottom: 0;
}
.contact__list-note {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact__list-note li {
  padding-left: 1em;
  text-indent: -1em;
}

#orchestra-sidr {
box-shadow:0px 0px 0px 0px;
-moz-box-shadow:0px 0px 0px 0px;
-webkit-box-shadow:0px 0px 0px 0px;
}

#orchestra-sidr h1 {
font-size:16px;
padding:10px;
}

#orchestra-sidr h1 a {
color:#fff;
}

#orchestra-sidr ul,#orchestra-sidr li {
border:0px !important;
font-size:12px;
}

#orchestra-sidr ul,#orchestra-sidr li a {
color:#fff !important;
}

#orchestra-sidr hr {
border:1px solid #999 !important;
padding:0;
margin:0;
}

/* トップページニュースレター箇所 */
#mc_embed_signup input[type="email"] {
border:solid 1px #000 !important;
width:auto !important;
}
@media (max-width: 767px) {
#mc_embed_signup input[type="email"] {
border:solid 1px #000 !important;
width:100% !important;
}
}
#mc_embed_signup input[type="submit"] {
background:#000 !important;
}


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

.mw_wp_form table.contact__entry th,
.mw_wp_form table.contact__entry td {
padding:20px !important;
width:auto !important;
}
.mw_wp_form table.contact__entry th{
text-align:center !important;
}
@media (max-width: 767px) {
.mw_wp_form table.contact__entry th{
text-align:left !important;
}
}
input[type="textarea"],
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
border:0 !important;
border:solid 1px #ccc !important;
width:100% !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 5px;
padding:20px;
}
.mwform-tel-field input[type="text"] {
width:25% !important;
}
input[type="textarea"].highlight,
input[type="text"].highlight,
input[type="email"].highlight,
input[type="url"].highlight,
textarea.highlight {
background:#f8e9d6 !important;
}

.mw_wp_form table.contact__entry th.highlight,
.mw_wp_form table.contact__entry td.highlight {
background:#f8e9d6 !important;
}
@media (max-width: 767px) {
.mw_wp_form h1 {
font-size:30px;
}
.mw_wp_form h2 {
font-size:20px;
}
.mw_wp_form p,.mw_wp_form p.contact__p {
line-height: 1.4;
margin-bottom:20px;
}
.mw_wp_form table.contact__entry {
  table-layout: fixed;
  width: 100%;
}
.mw_wp_form table.contact__entry th,.mw_wp_form table.contact__entry td {
    width: 100%;
    display: block;
}
input[type="textarea"],input[type="text"],input[type="email"],input[type="url"],textarea {
width:100% !important;
}
.mwform-tel-field input[type="text"] {
width:auto !important;
}
}


/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box, .kaerebalink-box {
    font-family: 'Roboto', 游ゴシック, YuGothic, Helvetica, "Hiragino Kaku Gothic ProN", 'Noto Sans Japanese', sans-serif;
  line-height: 1.8;
  font-weight: 350;
    padding: 22px 25px 22px 25px;
    width: 94%;
    margin: 0 auto 15px;
    border: 3px solid #dfdfdf;
    box-sizing: border-box;
    text-align: center;
}
.booklink-image, .kaerebalink-image {
    width: 100%;
    margin: 0 0 5px 0;
}
.booklink-image img, .kaerebalink-image img {}
.booklink-info, .kaerebalink-info {
    line-height: 125%;
    width: 100%;
}
.booklink-name, .kaerebalink-name {
    margin: 0 0 4px 0;
}
.booklink-name a, .kaerebalink-name a {
    color: #0066cc;
    text-decoration: underline;
}
.booklink-name > a, .kaerebalink-name > a {
    font-size: 16px;
}
.booklink-name a:hover, .kaerebalink-name a:hover {
    color: #FF9900;
}
.booklink-powered-date, .kaerebalink-powered-date {
     font-size: 8px;
}
.booklink-detail, .kaerebalink-detail {
    color: #333333;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.booklink-link2, .kaerebalink-link1 {}
.booklink-link2 a, .kaerebalink-link1 a {
    width: 90%;
    display: block;
    margin: 0px auto 8px;
    padding: 10px 1px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 2px 2px 1px #dcdcdc;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover {
    opacity: 0.6;
}

@media screen and (min-width: 800px) {

.booklink-box, .kaerebalink-box {
    text-align: left;
    display: table;
}
.booklink-image, .kaerebalink-image {
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    width: 111px;
    text-align: center;
    margin: 0;
}
.booklink-image img, .kaerebalink-image img {
    max-width: 100%
}
.booklink-info, .kaerebalink-info {
    line-height: 125%;
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    padding-left: 25px;
    width: auto;
}
.booklink-name, .kaerebalink-name {
    margin: 0 0 24px 0;
}
.booklink-name > a, .kaerebalink-name > a {
    font-size: 16px;
}
.booklink-powered-date, .kaerebalink-powered-date {
    margin: 6px 0 0 0;
}
.booklink-detail, .kaerebalink-detail {
    margin: 0 0 14px 0;
}
.booklink-link2 a, .kaerebalink-link1 a {
    width: auto;
    text-align: center;
    margin: none;
}
.booklink-link2 > div, .kaerebalink-link1 > div {
    width: 33.33%;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    float: left;
}
}

.shoplinkamazon a {
    color: #ffffff;
    background: #ff9901;
    border: 2px solid #ff9901;
}
.shoplinkrakuten a {
    color: #ffffff;
    background: #bf0000;
    border: 2px solid #bf0000;
}
.shoplinkkindle a {
    color: #ffffff;
    background: #0074c1;
    border: 2px solid #0074c1;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;

}

@media (min-width: 768px) {
  .tinyhouse-list__img {
    margin-bottom: 10px;
    width: 370px;
    height: 246px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-list__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .tinyhouse-list__img {
    margin-bottom: 10px;
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-list__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}







@media (min-width: 768px) {
  .tinyhouse-relatedlist__img {
    width: 320px;
    height: 213px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-relatedlist__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .tinyhouse-relatedlist__img {
    margin-bottom: 10px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-relatedlist__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .tinyhouse-relatedlist-book__img {
    width: 320px;
    height: 211px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-relatedlist__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .tinyhouse-relatedlist-book__img {
    margin-bottom: 10px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    background:#000;
  }
  .tinyhouse-relatedlist__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
  }
}

.entry .orchestra .entry__body h1.entry__title {
font-weight:normal !important;
}