@charset "UTF-8";
/*
Template: atlas
Theme Name: REHOME
Author: CrossPiece
Version: 1.00
*/
body {
  background: #fff;
}
#contents {
    font-weight: 450;
}
footer {
  background: none;
  padding: 0;
}
#header-box {
    border-bottom: none!important;
}
#header {
  width: 100%!important;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
#foot-guide.pc,
#breadcrumb ul li i.fa-folder-open {
  display: none!important;
}
.widget li {
    position: relative;
}
.pop-post-box h2.pop-post-title {
    font-weight: bold!important;

}
.plugin-jsitemview-target {
  display: none;
}
#contents .information-content {
    background: #FFFBF7!important;
    color: #4D2600!important;
    border: 5px solid #FF8911!important;
    text-align: left!important;
}


/*---------------
CTA
---------------*/


/*---------------
 プロフィール
---------------*/
#profile {
 padding: 20px;
 border: 1px solid #ddd;
 position: relative;
 margin-bottom: 30px;
}
#profile-title {
 font-weight: bold;
    font-size: 2.3rem;
}
#profile-title span {
    font-size: 1.5rem;
}

.writers .eyecatch,
#profile-thumbnail {
 width: 120px;
 height: 120px;
 float: left;
 margin-right: 20px;
}
.writers .eyecatch {
    width: 150px;
    height: 150px;
}
.writers .eyecatch img,
#profile-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#profile-info {
}
#profile-info p {
    font-size: 1.4rem;
}
#writter-follow {
 padding-top: 10px;
}
.follow-button {
 display: inline;
 margin-left: 10px;
}
.twitter {
 color: #00acee;
}
.facebook {
 color: #3b5998;
}
.googleplus {
 color: #db4a39;
}
.instagram {
 color: #3f729b;
}
/*#toc_container*/
#toc_container {
    border: 5px solid #FFEDDB;
}
#toc_container .toc_list > li:after,
#toc_container a{
    color: #ff8911;
}
/* ここから追加 */

.share-top {
  display: none;
}
#prev-next #next-title span {
      right: 6px;
}
#prev-next #prev-title span {
      left: 6px;
}

.coordinat-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.coordinat-box article {
/*    -webkit-flex-grow: 1;
    flex-grow: 1;*/
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.coordinat-box .pop-post-box .category-meta p {
  display: none;
}
.coordinat-box .pop-post-box .category-thumb {
  float: none;
  width: 100%;
  margin-right: 0;
}
.coordinat-box .pop-post-box .category-meta {
  float: none;
  display: block;
  margin-right: 0;
  width: 100%
}
.coordinat-box .pop-post-box .pop-post-meta .entry-title {
  border: none!important;
  font-size: 1.6rem!important;
  text-decoration: none!important;
  margin: 0!important;
  padding: 10px 0 0!important;
  font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pt-post-main .coordinat-box  a {
  text-decoration: none!important;
  color: #666;
}
.style-wrap .pt-post .pt-post-header .pt-post-meta,
.faq-wrap .pt-post .pt-post-header .pt-post-meta {
  display: none;
}
.style-wrap .date,
.faq-wrap .date,
.style-wrap .related-entry-date,
.faq-wrap .related-entry-date {
  display: none;
}

@media (min-width: 641px) {/*幅768px以上で適用されるスタイル*/
  .news-wrap main {
       float: none;
      width: 85%;
      margin: 0 auto;
  }
}

.item-table {
    border: none!important;
}
.item-table thead th {
  font-size: 1.2rem;
  font-weight: bold!important;
}
.item-table th {
  text-align: left;
  font-weight: normal;
  border-width: 0 0 1px 0!important;
  border-style: dotted!important;
}
.item-table a {
  font-weight: normal;
  text-decoration: none!important;
}
.item-table td.price {
  border-width: 0 0 1px 0!important;
  width: 30%;
  text-align: right;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 0.8em;
  border-style: dotted!important;
}

/*---------------
.pt-post-header
---------------*/
.pt-post .pt-post-header {
        box-shadow: none;
        border: none;
        border-top: none!important;
        margin-bottom: 10px;
}

.pt-post .pt-post-header h1 {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0 12px;
    margin: 0 0 7px;
}
.pt-post-main {
  font-weight: 450;
}
@media (min-width: 641px) {/*幅768px以上で適用されるスタイル*/
    .pt-post .pt-post-header {
            padding: 0;
            margin-bottom: 30px;
    }
    .pt-post-main-box {
        box-shadow: none;
    }
    .pt-post-main {
        padding: 0;
    }

}
/*---------------
side
---------------*/

.page-sidemenu li {
    display: none;
}
.page-sidemenu li.current_page_parent,
.page-sidemenu li.current_page_parent li,
.page-sidemenu li.current_page_item,
.page-sidemenu li.current_page_item .children li {
    display: block;
}
/*---------------
固定ページ
---------------*/
.simple .ccchildpage {
    border-radius: 0px;
    background: none;
    border: 1px solid #eee;
    height: 245px;
}
.simple .ccpages_more {
    font-style: normal;
}
/*---------------
新着情報
---------------*/

#onecolumn.onecolum900 {
    max-width: 900px;
    margin-left:auto;
    margin-right:auto;
    float: none;
}
/*---------------
よくある質問
---------------*/
.faq-title {
    position: relative;
    padding-left: 35px;
}
.faq-title:before {
    content: 'Q';
    background: #999999;
    left: 0;
    top: 0;
    position: absolute;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    line-height: 1.4;
}
.faq-answer {
    position: relative;
    padding-left: 35px;
}
.faq-answer:before{
    left: 0;
    top: 0;
    position: absolute;
    content: 'A';
    background: #FF6080;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    line-height: 1.4;
}
.single-faq .faq-title:before {
    top: 5px;
}
.tax-tax_faq .pop-post-box {
    padding-left: 25px!important;
    padding-right: 25px!important;
}

/*---------------
コーディネート
---------------*/
.purchase-item-box {
  clear: both;
  zoom: 1;
}
.purchase-item-box:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.purchase-item-box .box-title {
  font-weight: bold;
  color: #FF8811;
  margin-top: 30px;
  margin-bottom: 20px;
}
.purchase-item-box a {
  text-decoration: none;
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .single .entry_cate {
    padding: 0 15px;
  }
}
.single .entry_cate a {
    border: 1px solid #ff8911;
    color: #ff8911;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-right: 5px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
}
.single .entry_cate a:hover {
    background: #eee;
}



/*---------------
選ばれる理由
---------------*/

  .reason-main-img {
    background: url(/html/template/REHOME/img/reason/reason_bg.jpg) center center;
    background-size: cover;
  }
  .reason-main-img h1 {
    margin: 0 auto;
    background: url(/html/template/REHOME/img/reason/title.png) center center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
  }
.reason-page-inlink {
  background: #FFF1E3;
}
.reason-page-inlink ul {

}
.reason-page-inlink ul li {
  float: left;
  text-align: center;
  padding: 0 10px;
}
.pt-post-main .reason-page-inlink ul:not([class]) li:after,
.pt-post-main .reason-page-inlink table ul:not([class]) li:after {
  display: none;
}

.reason-page-inlink ul li a {
  display: block;
  background: #fff;
  color: #333;
  font-weight: bold;
  display: table-cell;
  width: 300px;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.reason-page-inlink ul li a .ico {
  position: absolute;
  left: 50%;
  margin-left: -27px;
  top: -30px;
}
.reason-page-inlink ul li a:hover {
  background: #eee;
}
.reason-box {
    font-family: Roboto, "Droid Sans", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  margin-bottom: 70px;
}
.reason-box .ico {
  margin: 30px 0 20px;
}
.reason-box .box-title {
  margin: 0!important;
  padding: 0!important;
  border: none!important;
  font-weight: bold;
}
.reason-box .box-title span {
  display: block;
  color: #FF8E1C;
  margin-bottom: 10px;
}
.reason-box .box-content {
  line-height: 1.8;
  font-size: 1.6rem;
}
.reason-box .box-img {
  margin: 50px 0 10px;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .reason-main-img {
    padding: 200px 0;
  }
  .reason-main-img h1 {
    height: 290px;
    width: 450px;
  }
  .reason-box .box-title {
    font-size: 5.5rem!important;
  }
  .reason-box .box-title span {
    font-size: 2.5rem;
  }
  .reason-page-inlink ul li {
    width: 20%;
  }
  .reason-page-inlink {
    padding: 70px 0 50px;
  }
  .reason-page-inlink {
    padding: 70px 0 50px;
  }
  .reason-page-inlink ul li a {
    font-size: 2.0rem;
    padding: 20px;
    height: 100px;
  }
}
@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .reason-main-img {
    padding: 60px 0;
  }
  .reason-main-img h1 {
    height: 200px;
    width: 300px;
    background-size: 100%;
  }
  .reason-box .box-title {
    font-size: 3rem!important;
  }
  .reason-box .box-title span {
    font-size: 2rem;
  }
  .reason-page-inlink ul li {
    width: 50%;
    padding-bottom:  35px;
  }
  .reason-page-inlink ul li:last-child {
    width: 100%;
  }
  .reason-page-inlink ul li:last-child a {
    width: 1000px;
  }
  .reason-page-inlink {
    padding: 70px 0 0px;
  }
  .reason-page-inlink ul li a {
    font-size: 1.5rem;
    padding: 10px;
    height: 80px;
  }
}
