@charset "UTF-8";
/* all display
-------------------------------------------------- */
.clearfix {
  display: block; }

.clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  a:link, a:visited {
    color: #1d1d1d;
    text-decoration: none; }
  a:hover {
    color: #1d1d1d;
    text-decoration: underline; }

/* content wrap
-------------------------------------------------- */
body {
  font-size: 14px;
  line-height: 180%;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", verdana, arial, "lucida grande", sans-serif;
  color: #1d1d1d;
  text-align: center;
  background: white; }

.contents,
body.home #content,
#content {
  width: 1024px;
  padding: 0;
  margin: 0 auto 32px;
  text-align: left; }

.wrap {
  width: 1024px; }

#main,
.left-content #main {
  width: 765px;
  float: right; }

.single #main {
  width: 100%;
  float: none; }

.main-inner {
  margin-right: 0 !important; }

.post-content .cont,
.cont {
  margin-bottom: 32px; }

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
  /* laptop */
  .wrap,
  .one-column #content .wrap {
    margin-left: 0;
    margin-right: 0;
    width: auto; }

  .main-inner {
    margin-right: 340px;
    box-sizing: border-box; }

  /* laptop end */ }
@media screen and (max-width: 991px) {
  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 20px;
    margin-right: 20px; }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .left-content #main,
  .right-content #main {
    float: none; }

  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%; }

  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0; }

  #side {
    padding-top: 42px; }

  /* tablet end */ }
@media screen and (max-width: 767px) {
  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 0;
    margin-right: 0; }

  /* phone end */ }
/* ----------------------------------------
* all
---------------------------------------- */
body {
  background: #fff url(../images/bg02.png) repeat-x 0 0;
  background-position: 0 -100px;
  color: #444; }

body.home {
  background-position: inherit; }

a {
  color: #CC416C; }

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-search-tog {
  display: none; }

#modal-search {
  display: none; }

body.single .post-header .post-horizontal-sns-btn {
  display: none; }

/* all display
-------------------------------------------------- */
/* サイト内で使われるtitle h1 h2 h3 h4 h5
-------------------------------------------------- */
.big-ttl {
  margin: 0 0 32px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: solid 1px #7A182F; }

.base-ttl {
  position: relative;
  font-size: 17px;
  border-bottom: 1px dotted #999;
  margin: 0 0 10px;
  padding: 0 0 0 16px; }
  .base-ttl:before {
    content: "■";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #444; }

.mid-ttl {
  font-size: 17px; }

.mini-ttl {
  font-weight: bold; }

/* parts
-------------------------------------------------- */
/* 検索コンテンツ */
.search-cont {
  overflow: hidden; }
  .search-cont form {
    margin: 16px 0 0; }
    .search-cont form input[type="text"],
    .search-cont form input[type="submit"],
    .search-cont form button[type="submit"] {
      padding: 14px 12px;
      font-size: 12px;
      float: left; }
    .search-cont form input[type="text"] {
      width: 80%;
      border-radius: 4px 0 0 4px;
      padding: 14.5px 14px;
      border: 1px solid #E8E8E8;
      border-right: none;
      background-color: #F3F3F3; }
    .search-cont form input[type="submit"],
    .search-cont form button[type="submit"] {
      width: 20%;
      background-color: #444;
      border-radius: 0 4px 4px 0; }
      .search-cont form input[type="submit"] i,
      .search-cont form button[type="submit"] i {
        margin-right: 4px; }

/* リストに矢印 */
.list-arrow li {
  display: table;
  width: 100%;
  background: url(../images/icon_arrow01.png) no-repeat left center #fff;
  font-size: 14px;
  padding: 0 0 0 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative; }
  .list-arrow li a {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 0; }
    .list-arrow li ahover {
      text-decoration: underline; }

.post-content {
  /* 全体共通 */
  /* float cont */
  /* safe-mark */
  /* support-info cont */
  /* number + flow cont */
  /* attention */
  /*  */
  /* order-ex */
  /* custmer-cont */
  /*  */
  /*  */
  /*  */ }
  .post-content .float-cont .ttl,
  .post-content .float-cont p,
  .post-content .float-cont ul li,
  .post-content .float-cont ol li,
  .post-content .float-cont img,
  .post-content .support-info .ttl,
  .post-content .support-info p,
  .post-content .support-info ul li,
  .post-content .support-info ol li,
  .post-content .support-info img,
  .post-content .attention .ttl,
  .post-content .attention p,
  .post-content .attention ul li,
  .post-content .attention ol li,
  .post-content .attention img,
  .post-content .flow-list .ttl,
  .post-content .flow-list p,
  .post-content .flow-list ul li,
  .post-content .flow-list ol li,
  .post-content .flow-list img,
  .post-content .custer-cont .ttl,
  .post-content .custer-cont p,
  .post-content .custer-cont ul li,
  .post-content .custer-cont ol li,
  .post-content .custer-cont img {
    line-height: 1.6;
    margin-bottom: 1em; }
  .post-content .float-l {
    float: left;
    margin: 0 24px 0 0; }
    .post-content .float-l img {
      max-width: 292px; }
  .post-content .float-r {
    float: right;
    margin: 0 0 0 24px; }
    .post-content .float-r img {
      max-width: 292px; }
  .post-content .float-cont,
  .post-content .box-cont {
    overflow: hidden;
    opacity: 1;
    font-size: 0; }
    .post-content .float-cont .box,
    .post-content .box-cont .box {
      position: relative;
      opacity: 1;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 32px;
      text-align: center; }
      .post-content .float-cont .box p:first-child,
      .post-content .box-cont .box p:first-child {
        margin-bottom: 0;
        line-height: 0; }
      .post-content .float-cont .box img,
      .post-content .box-cont .box img {
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .post-content .float-cont .box.box-link:hover img,
      .post-content .box-cont .box.box-link:hover img {
        opacity: 0.8; }
      .post-content .float-cont .box .ttl,
      .post-content .box-cont .box .ttl {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0.5em; }
      .post-content .float-cont .box p,
      .post-content .box-cont .box p {
        font-size: 12px;
        margin-bottom: 0.7em;
        line-height: 1.6; }
      .post-content .float-cont .box a.link,
      .post-content .box-cont .box a.link {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .post-content .float-cont .box .word-qa a,
      .post-content .box-cont .box .word-qa a {
        background-color: #F3F3F3;
        font-size: 12px;
        border-radius: 12px;
        z-index: 2;
        padding: 2px 12px 2px 6px; }
        .post-content .float-cont .box .word-qa a:before,
        .post-content .box-cont .box .word-qa a:before {
          content: "?";
          font-weight: bold;
          font-size: 8px;
          color: #fff;
          background-color: #444;
          border-radius: 50px;
          text-align: center;
          padding: 1px 5.5px 0;
          margin-right: 4px; }
  .post-content .float-cont2 .float-l,
  .post-content .float-cont2 .float-r,
  .post-content .float-cont2 .box,
  .post-content .box-cont2 .float-l,
  .post-content .box-cont2 .float-r,
  .post-content .box-cont2 .box {
    width: 50%; }
  .post-content .float-cont3 .float-l,
  .post-content .float-cont3 .float-r,
  .post-content .float-cont3 .box,
  .post-content .box-cont3 .float-l,
  .post-content .box-cont3 .float-r,
  .post-content .box-cont3 .box {
    width: 33.33%; }
  .post-content .float-cont4 .float-l,
  .post-content .float-cont4 .float-r,
  .post-content .float-cont4 .box,
  .post-content .box-cont4 .float-l,
  .post-content .box-cont4 .float-r,
  .post-content .box-cont4 .box {
    width: 25%; }
  .post-content .float-cont121 .box1,
  .post-content .float-cont121 .box3,
  .post-content .box-cont121 .box1,
  .post-content .box-cont121 .box3 {
    width: 30%; }
  .post-content .float-cont121 .box2,
  .post-content .box-cont121 .box2 {
    width: 40%; }
  .post-content .float-padding,
  .post-content .box-padding {
    margin-right: -16px; }
    .post-content .float-padding img,
    .post-content .box-padding img {
      margin: 0 0 1em; }
    .post-content .float-padding .float-l,
    .post-content .float-padding .float-r,
    .post-content .float-padding .box,
    .post-content .box-padding .float-l,
    .post-content .box-padding .float-r,
    .post-content .box-padding .box {
      padding: 0 16px 16px 0; }
  .post-content .safe-mark:before {
    content: "保証対象";
    position: absolute;
    top: 12px;
    right: 26px;
    font-size: 11px;
    font-weight: bold;
    width: 32px;
    /* height: 32px; */
    color: #7A182F;
    border: 3px double #7A182F;
    border-radius: 50px;
    line-height: 1;
    padding: 10px 4px 9px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1; }
  .post-content p.safe-mark:before {
    position: relative;
    margin-right: 6px;
    display: inline-block;
    top: 4px;
    right: 0;
    text-align: center; }
  .post-content .support-info {
    margin: 4em 0; }
    .post-content .support-info .ttl {
      text-align: center;
      line-height: 2; }
      .post-content .support-info .ttl strong {
        display: block; }
    .post-content .support-info .support-wrap {
      overflow: hidden;
      border: 1px solid #E8E8E8; }
      .post-content .support-info .support-wrap .box {
        border-right: none;
        padding: 16px; }
        .post-content .support-info .support-wrap .box:nth-child(2) {
          border-right: 1px solid #E8E8E8;
          border-left: 1px solid #E8E8E8; }
        .post-content .support-info .support-wrap .box .ttl {
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          color: #7A182F; }
        .post-content .support-info .support-wrap .box p {
          font-size: 12px; }
          .post-content .support-info .support-wrap .box p:first-child {
            margin-bottom: 1em;
            line-height: 1.5; }
        .post-content .support-info .support-wrap .box ol li {
          font-size: 12px;
          text-align: left; }
  .post-content .number-list {
    position: relative;
    counter-reset: number;
    padding: 0 0 0 44px; }
    .post-content .number-list > li, .post-content .number-list > .ttl,
    .post-content .number-list .flow-box > li,
    .post-content .number-list .flow-box > .ttl {
      position: relative;
      font-size: 15px;
      list-style: none;
      margin: 8px 0 16px;
      line-height: 2; }
      .post-content .number-list > li:before, .post-content .number-list > .ttl:before,
      .post-content .number-list .flow-box > li:before,
      .post-content .number-list .flow-box > .ttl:before {
        position: absolute;
        counter-increment: number;
        content: counter(number) "";
        border: 1px solid #7A182F;
        border-radius: 50px;
        background-color: #fff;
        color: #7A182F;
        z-index: 2;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 2.4;
        font-weight: normal;
        top: -2px;
        left: -44px; }
  .post-content .flow-list {
    padding: 0 0 0 54px; }
    .post-content .flow-list:after {
      content: "";
      width: 1px;
      position: absolute;
      top: 0;
      left: 18px;
      z-index: 1;
      height: 100%;
      border-left: 2px dashed #E8E8E8; }
    .post-content .flow-list .flow-box > li,
    .post-content .flow-list .flow-box > .ttl {
      line-height: 2.2;
      font-weight: bold; }
      .post-content .flow-list .flow-box > li:before,
      .post-content .flow-list .flow-box > .ttl:before {
        border: 1px solid #7A182F;
        border-radius: 50px;
        background-color: #7A182F;
        color: #fff;
        z-index: 2;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 2.6;
        font-weight: normal;
        top: -2px;
        left: -54px; }
  .post-content .attention {
    padding: 24px 24px 12px;
    background-color: #F3F3F3; }
    .post-content .attention .ttl:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }
    .post-content .attention .ttl {
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid #fff; }
  .post-content .attention1 {
    margin-bottom: 2em; }
    .post-content .attention1 .ttl,
    .post-content .attention1 p,
    .post-content .attention1 ul li,
    .post-content .attention1 ol li {
      line-height: 1.4;
      margin-bottom: 16px; }
    .post-content .attention1 .ttl {
      font-size: 17px;
      font-weight: bold; }
      .post-content .attention1 .ttl:before {
        float: left;
        content: "!";
        font-size: 14px;
        font-weight: bold;
        width: 28px;
        height: 28px;
        border-radius: 50px;
        text-align: center;
        border: 3px double #444;
        margin: -6px 6px 0 0;
        line-height: 2.2; }
  .post-content .order-ex .detail {
    padding: 16px 16px 6px;
    margin: 0 0 32px 32px;
    border: 3px double #E8E8E8;
    min-width: 240px;
    text-align: center; }
    .post-content .order-ex .detail p {
      margin-bottom: 10px;
      line-height: 1.4; }
  .post-content .custmer-cont .txt {
    margin-left: 300px; }
    .post-content .custmer-cont .txt .ttl {
      font-size: 14px;
      font-weight: bold; }
    .post-content .custmer-cont .txt .tel {
      margin-bottom: 16px;
      border-bottom: 1px dotted #E8E8E8; }
      .post-content .custmer-cont .txt .tel .number {
        color: #7A182F;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 4px;
        line-height: 1px; }
        .post-content .custmer-cont .txt .tel .number i {
          margin-right: 6px; }
      .post-content .custmer-cont .txt .tel .notice {
        font-size: 12px; }
    .post-content .custmer-cont .txt .mail .btn a {
      display: block;
      padding: 10px;
      border: 1px solid #999999;
      font-size: 12px;
      color: #1d1d1d;
      text-align: center;
      background: url(../images/icon_arrow01.png) no-repeat 94% center #fff; }
      .post-content .custmer-cont .txt .mail .btn a i {
        margin-right: 6px; }
      .post-content .custmer-cont .txt .mail .btn a:hover {
        background-color: #F3F3F3; }
    .post-content .custmer-cont .txt .mail .notice {
      font-size: 12px; }

/* margin
-------------------------------------------------- */
.alignL {
  text-align: left !important; }

.alignC {
  text-align: center !important; }

.alignR {
  text-align: right !important; }

.mg_10 {
  margin: 10px; }

.mg_lr5 {
  margin-left: 5px;
  margin-right: 5px; }

.mg_lr10 {
  margin-left: 10px;
  margin-right: 10px; }

.mg_lr15 {
  margin-left: 15px;
  margin-right: 15px; }

.mg_lr20 {
  margin-left: 20px;
  margin-right: 20px; }

.mg_lr30 {
  margin-left: 30px;
  margin-right: 30px; }

.mg_lr40 {
  margin-left: 40px;
  margin-right: 40px; }

.mg_lr50 {
  margin-left: 50px;
  margin-right: 50px; }

.mg_t1 {
  margin-top: 1px; }

.mg_t3 {
  margin-top: 3px; }

.mg_t5 {
  margin-top: 5px; }

.mg_t10 {
  margin-top: 10px; }

.mg_t15 {
  margin-top: 15px; }

.mg_t20 {
  margin-top: 20px; }

.mg_t25 {
  margin-top: 25px; }

.mg_t30 {
  margin-top: 35px; }

.mg_t35 {
  margin-top: 30px; }

.mg_t40 {
  margin-top: 40px; }

.mg_t45 {
  margin-top: 45px; }

.mg_t50 {
  margin-top: 50px; }

.mg_t60 {
  margin-top: 60px; }

.mg_t70 {
  margin-top: 70px; }

.mg_t80 {
  margin-top: 80px; }

.mg_t100 {
  margin-top: 100px; }

.mg_l5 {
  margin-left: 5px; }

.mg_l8 {
  margin-left: 8px; }

.mg_l10 {
  margin-left: 10px; }

.mg_l15 {
  margin-left: 15px; }

.mg_l20 {
  margin-left: 20px; }

.mg_l30 {
  margin-left: 30px; }

.mg_l35 {
  margin-left: 35px; }

.mg_l40 {
  margin-left: 40px; }

.mg_l50 {
  margin-left: 50px; }

.mg_l60 {
  margin-left: 60px; }

.mg_r5 {
  margin-right: 5px; }

.mg_r10 {
  margin-right: 10px; }

.mg_r15 {
  margin-right: 15px; }

.mg_r20 {
  margin-right: 20px; }

.mg_r30 {
  margin-right: 30px; }

.mg_r40 {
  margin-right: 40px; }

.mg_b5 {
  margin-bottom: 5px; }

.mg_b10 {
  margin-bottom: 10px; }

.mg_b15 {
  margin-bottom: 15px; }

.mg_b20 {
  margin-bottom: 20px; }

.mg_b30 {
  margin-bottom: 30px; }

.mg_b40 {
  margin-bottom: 40px; }

.mg_b50 {
  margin-bottom: 50px; }

.mg_b60 {
  margin-bottom: 60px; }

.mg_l1em {
  margin-left: 1em; }

.pd_10 {
  padding: 10px; }

.pd_t5 {
  padding-top: 5px; }

.pd_t10 {
  padding-top: 10px; }

.pd_t20 {
  padding-top: 20px; }

.pd_t30 {
  padding-top: 30px; }

.pd_t40 {
  padding-top: 40px; }

.pd_t50 {
  padding-top: 50px; }

.pd_t85 {
  padding-top: 85px; }

.pd_l5 {
  padding-left: 5px; }

.pd_l10 {
  padding-left: 10px; }

.pd_l20 {
  padding-left: 20px; }

.pd_l30 {
  padding-left: 30px; }

.pd_r5 {
  padding-right: 5px; }

.pd_r10 {
  padding-right: 10px; }

.pd_r20 {
  padding-right: 20px; }

.pd_r30 {
  padding-right: 30px; }

.pd_b5 {
  padding-bottom: 5px; }

.pd_b10 {
  padding-bottom: 10px; }

.pd_b20 {
  padding-bottom: 20px; }

.pd_b30 {
  padding-bottom: 30px; }

.pd_b40 {
  padding-bottom: 40px; }

.pd_b50 {
  padding-bottom: 50px; }

.pd_l1em {
  padding-left: 1em; }

.pd_l2em {
  padding-left: 2em; }

.indent-1 {
  text-indent: -1em;
  margin-left: 1em; }

.indent-15 {
  text-indent: -1.5em;
  margin-left: 1.5em; }

.txt-c {
  text-align: center; }

.txt-l {
  text-align: left; }

.txt-r {
  text-align: right; }

/* ----------------------------------------
* gheader
---------------------------------------- */
.gheader {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  height: 100px;
  font-size: 12px;
  line-height: 180%;
  box-sizing: border-box; }
  .gheader h1 {
    float: left;
    padding-top: 10px;
    line-height: 0%;
    margin: 0 70px 0 0; }
  .gheader #logo {
    float: left;
    padding-top: 10px;
    line-height: 0%;
    margin: 0 30px 0 0; }
  .gheader .head_icon {
    float: left;
    padding-top: 7px;
    margin-right: 40px; }
    .gheader .head_icon li {
      float: left;
      width: 65px;
      text-align: center;
      font-size: 11px; }
  .gheader .head_tel_area {
    float: left;
    text-align: center;
    line-height: 190%; }
    .gheader .head_tel_area ul li {
      float: left; }
      .gheader .head_tel_area ul li:first-child {
        margin-right: 15px; }
    .gheader .head_tel_area .ttl {
      font-size: 12px; }
  .gheader .head_nav {
    padding-top: 10px;
    text-align: left;
    float: right; }
    .gheader .head_nav li {
      background: url(../images/icon_arrow01.png) no-repeat left center;
      padding-left: 15px; }

/* ----------------------------------------
* head_search_area
---------------------------------------- */
.head_search_area {
  width: 100%;
  height: 8px;
  box-sizing: border-box;
  /*border-top: solid 1px #b2b2b2;
  border-bottom: solid 1px #b2b2b2;
  padding-top: 8px;      searchエリア削除用*/
  background: #e1e1e1;
  text-align: left; }
  .head_search_area .inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto; }
  .head_search_area .head_search {
    height: 28px;
    float: left;
    border: solid 1px #b2b2b2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    margin-top: 7px; }
    .head_search_area .head_search .txt, .head_search_area .head_search .btn {
      float: left; }
    .head_search_area .head_search .txt input {
      width: 245px;
      border: none;
      height: 28px;
      padding: 0 10px; }
    .head_search_area .head_search .btn button {
      padding: 0px;
      width: 37px;
      height: 28px;
      border: none;
      background: url(../images/icon_head_search.png) no-repeat center #b2b2b2;
      cursor: pointer;
      text-indent: -9999px; }
  .head_search_area .head_searchR {
    float: right; }
    .head_search_area .head_searchR .head_cart {
      float: right;
      line-height: 120%;
      margin-left: 15px; }
      .head_search_area .head_searchR .head_cart a {
        display: block;
        width: 170px;
        height: 43px;
        box-sizing: border-box;
        padding: 9px 15px 0;
        background: #801a33;
        color: #fff;
        text-decoration: none; }
      .head_search_area .head_searchR .head_cart p {
        float: left;
        padding-top: 2px; }
      .head_search_area .head_searchR .head_cart ul {
        float: right; }
    .head_search_area .head_searchR .head_login {
      float: right;
      margin-left: 25px;
      text-align: center; }
      .head_search_area .head_searchR .head_login a {
        display: block;
        height: 43px;
        box-sizing: border-box;
        padding: 11px 15px 0;
        width: 120px;
        background: #1a6680; }
    .head_search_area .head_searchR .txt_area {
      float: right; }
      .head_search_area .head_searchR .txt_area li:last-child {
        float: right;
        background: url(../images/icon_arrow01.png) no-repeat left center;
        padding-left: 15px; }
      .head_search_area .head_searchR .txt_area a {
        text-decoration: underline; }

/* ----------------------------------------
* keyword_area
---------------------------------------- */
.keyword_area {
  width: 100%;
  background: #f0f0f0;
  /*padding: 15px 0; keywordエリア削除用*/
  padding: 4px 0;
  text-align: left; }
  .keyword_area ul {
    width: 1024px;
    margin-left: auto;
    margin-right: auto; }
    .keyword_area ul li {
      display: inline-block;
      margin-right: 15px;
      line-height: 200%; }
      .keyword_area ul li a {
        display: block;
        padding: 0 15px;
        background: #fff;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px; }

/* ----------------------------------------
* gnav
---------------------------------------- */
.gnav {
  width: 100%;
  background: #fff;
  height: 56px;
  padding-top: 10px;
  box-sizing: border-box; }
  .gnav .inner {
    width: 1024px;
    margin-left: auto;
    margin-right: auto; }
  .gnav ul {
    float: left;
    font-size: 15px;
    line-height: 100%;
    padding-top: 10px; }
    .gnav ul li {
      float: left;
      padding: 0px 18px;
      border-right: solid 1px #1d1d1d; }
      .gnav ul li:first-child {
        padding-left: 0px; }
      .gnav ul li:last-child {
        padding-right: 0px;
        border-right: none; }

.footer_contents {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

/* ----------------------------------------
* footer_contact_area
---------------------------------------- */
.footer_contact_area {
  border-top: solid 4px #1d1d1d;
  border-bottom: solid 4px #1d1d1d;
  padding: 1px 0; }
  .footer_contact_area .inner {
    border-top: solid 1px #1d1d1d;
    border-bottom: solid 1px #1d1d1d; }
  .footer_contact_area .foot_tel {
    width: 480px;
    padding: 15px 20px 10px;
    box-sizing: border-box;
    text-align: center;
    float: left; }
    .footer_contact_area .foot_tel ul li {
      float: left;
      width: 210px; }
      .footer_contact_area .foot_tel ul li:last-child {
        float: right; }
      .footer_contact_area .foot_tel ul li .tel {
        border-top: dotted 1px #1d1d1d;
        border-bottom: dotted 1px #1d1d1d;
        padding: 10px 0;
        margin-top: 5px; }
    .footer_contact_area .foot_tel .time {
      font-size: 12px;
      margin-top: 10px; }
  .footer_contact_area .foot_mail {
    float: left;
    width: 180px;
    border-right: dotted 1px #1d1d1d;
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 5px;
    box-sizing: border-box; }
    .footer_contact_area .foot_mail li {
      margin-bottom: 10px; }
      .footer_contact_area .foot_mail li a {
        display: block;
        padding-left: 30px;
        line-height: 26px; }
    .footer_contact_area .foot_mail .foot_mail01 a {
      background: url(../images/icon_foot_mail.png) no-repeat left center; }
    .footer_contact_area .foot_mail .foot_mail02 a {
      background: url(../images/icon_foot_tel.png) no-repeat 4px center; }
  .footer_contact_area .foot_icon_nav {
    float: right;
    padding-right: 5px;
    padding-top: 30px; }
    .footer_contact_area .foot_icon_nav li {
      float: left;
      width: 85px;
      text-align: center;
      font-size: 12px; }
      .footer_contact_area .foot_icon_nav li .icon {
        height: 50px; }
      .footer_contact_area .foot_icon_nav li p {
        line-height: 1.5; }
      .footer_contact_area .foot_icon_nav li:last-child {
        width: 90px; }

/* ----------------------------------------
* footer_guide
---------------------------------------- */
.ttl_bd {
  border-bottom: solid 1px #dadada;
  font-size: 17px;
  font-weight: normal;
  padding-bottom: 10px; }

.footer_guide {
  margin-top: 25px; }
  .footer_guide ul {
    float: left;
    width: 256px;
    box-sizing: border-box;
    border-right: dotted 1px #dadada;
    padding-top: 10px;
    padding-left: 20px; }
    .footer_guide ul:first-child {
      padding-left: 5px; }
    .footer_guide ul:last-child {
      border-right: none; }
    .footer_guide ul li {
      margin-bottom: 10px; }
      .footer_guide ul li a {
        display: block;
        background: url(../images/icon_arrow01.png) no-repeat left center;
        padding-left: 15px; }

/* ----------------------------------------
* page top
---------------------------------------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  cursor: pointer; }
  .pagetop.show {
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 1;
    cursor: pointer; }

/* ----------------------------------------
* gfooter
---------------------------------------- */
#gfooter {
  margin-top: 50px;
  width: 100%;
  text-align: center; }
  #gfooter .footer_nav {
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 1px;
    padding: 20px 0 12px;
    font-size: 0; }
    #gfooter .footer_nav li {
      display: inline-block;
      border-right: solid 1px #1d1d1d;
      line-height: 100%;
      padding: 0 6px;
      font-size: 12px; }
      #gfooter .footer_nav li:last-child {
        border-right: none; }
      #gfooter .footer_nav li a {
        text-decoration: none; }
        #gfooter .footer_nav li a:hover {
          text-decoration: underline; }
  #gfooter .copy {
    padding: 15px 0;
    background: #ebebeb; }

/* ----------------------------------------
* all
---------------------------------------- */
/* ----------------------------------------
* home .main
---------------------------------------- */
.home .contents #main {
  width: 100%;
  float: none; }
.home .contents .ttl_main a {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 1024px;
  height: 120px;
  overflow: hidden;
  float: none;
  transition: all 0.3s ease 0s; }
  .home .contents .ttl_main a:before {
    display: block;
    position: absolute;
    top: 0;
    width: 1024px;
    height: 120px;
    background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/ttl_main.png) no-repeat left top;
    content: ''; }
.home .contents form {
  overflow: hidden; }
  .home .contents form .gallery_select_wrapper {
    overflow: hidden;
    margin: 32px 0 56px; }
    .home .contents form .gallery_select_wrapper .gallery_select_set {
      float: left;
      margin-right: 48px; }
      .home .contents form .gallery_select_wrapper .gallery_select_set h2 {
        position: relative;
        margin: 0 0 10px;
        padding: 0 0 10px 32px;
        font-size: 17px;
        border-bottom: 1px solid #999999; }
        .home .contents form .gallery_select_wrapper .gallery_select_set h2:before {
          display: block;
          position: absolute;
          left: 0;
          width: 22px;
          height: 22px;
          content: "";
          background-size: contain; }
      .home .contents form .gallery_select_wrapper .gallery_select_set ul li {
        margin-bottom: 4px; }
        .home .contents form .gallery_select_wrapper .gallery_select_set ul li input[type="checkbox"] {
          margin-right: 6px; }
      .home .contents form .gallery_select_wrapper .gallery_select_set.style h2:before {
        background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_style_pc.png) no-repeat left top; }
      .home .contents form .gallery_select_wrapper .gallery_select_set.room h2:before {
        background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_room_pc.png) no-repeat left top; }
      .home .contents form .gallery_select_wrapper .gallery_select_set.furniture {
        float: left;
        margin-right: 0; }
        .home .contents form .gallery_select_wrapper .gallery_select_set.furniture h2:before {
          background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_furniture_pc.png) no-repeat left top; }
        .home .contents form .gallery_select_wrapper .gallery_select_set.furniture ul {
          overflow: hidden;
          width: 460px; }
          .home .contents form .gallery_select_wrapper .gallery_select_set.furniture ul li {
            float: left;
            width: 100px; }
            .home .contents form .gallery_select_wrapper .gallery_select_set.furniture ul li:nth-child(3n-1) {
              width: 140px; }
            .home .contents form .gallery_select_wrapper .gallery_select_set.furniture ul li:nth-child(3n) {
              width: 220px; }
    .home .contents form .gallery_select_wrapper .search-result {
      float: right;
      margin-top: 40px;
      text-align: center; }
      .home .contents form .gallery_select_wrapper .search-result .count {
        font-size: 17px;
        margin-bottom: 10px; }
        .home .contents form .gallery_select_wrapper .search-result .count .item_count {
          font-size: 36px;
          font-weight: bold;
          margin-right: 4px; }
      .home .contents form .gallery_select_wrapper .search-result .text {
        font-size: 12px; }
      .home .contents form .gallery_select_wrapper .search-result .search-btn input[type="submit"] {
        height: 45px;
        background: #717171 url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/bn_result.png) no-repeat center center;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px; }
      .home .contents form .gallery_select_wrapper .search-result .clear-btn input[type="button"] {
        border: 0;
        height: 30px;
        background: #e0e0e0 url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/bn_reset.png) no-repeat center center;
        width: 100%;
        border-radius: 4px; }
  .home .contents form .select_narrow {
    overflow: hidden;
    margin-bottom: 32px; }
    .home .contents form .select_narrow .select-box {
      float: left;
      margin-right: 10px; }
      .home .contents form .select_narrow .select-box select {
        display: block;
        height: 28px;
        padding: 1px 20px 1px 10px;
        background: #fff url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select01.png) no-repeat 95% center;
        border: 1px solid #a0a0a0;
        font-size: 15px;
        color: #787878;
        line-height: 1;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .home .contents form .select_narrow .select-box input {
        background: #717171;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 0.4em;
        letter-spacing: 0.05em;
        border-radius: 4px; }
.home .contents .post-loop-wrap {
  font-size: 0;
  margin: 0 -16px; }
  .home .contents .post-loop-wrap article {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin: 0 0 56px; }
    .home .contents .post-loop-wrap article .post-wrap {
      padding: 0 16px; }
      .home .contents .post-loop-wrap article .post-wrap .post-thumbnail {
        position: relative;
        width: auto;
        height: auto;
        margin: 0 0 10px;
        float: none;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .home .contents .post-loop-wrap article .post-wrap .post-thumbnail:hover {
          opacity: 0.8; }
        .home .contents .post-loop-wrap article .post-wrap .post-thumbnail img {
          width: 100%; }
        .home .contents .post-loop-wrap article .post-wrap .post-thumbnail .num {
          position: absolute;
          font-size: 12px;
          color: #fff;
          top: 0;
          right: 0;
          line-height: 2;
          padding: 0 12px;
          background-color: rgba(128, 26, 51, 0.8); }
      .home .contents .post-loop-wrap article .post-wrap .post-title {
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-bottom: 1px solid #999999;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.6; }
        .home .contents .post-loop-wrap article .post-wrap .post-title a:hover {
          color: #7A182F; }
      .home .contents .post-loop-wrap article .post-wrap ul li {
        position: relative;
        font-size: 12px;
        list-style: none;
        padding-left: 28px;
        margin-bottom: 4px; }
        .home .contents .post-loop-wrap article .post-wrap ul li:before {
          display: block;
          position: absolute;
          left: 0;
          width: 22px;
          height: 22px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: top center;
          content: ''; }
        .home .contents .post-loop-wrap article .post-wrap ul li.item:before {
          background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_furniture_pc.png); }
        .home .contents .post-loop-wrap article .post-wrap ul li.category:before {
          background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_style_pc.png); }
        .home .contents .post-loop-wrap article .post-wrap ul li.room:before {
          background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_room_pc.png); }

/* ----------------------------------------
* all
---------------------------------------- */
.cat-header,
.cat-content,
.cat-footer {
  padding: 0px;
  border: none; }

/* ----------------------------------------
* cat-header
---------------------------------------- */
.cat-header .post-title {
  margin: 0 0 32px;
  font-size: 21px;
  line-height: 2; }

/* ----------------------------------------
* cat-content
---------------------------------------- */
.result {
  text-align: right;
  margin-bottom: 10px; }

.posts-loop .post-box {
  position: relative;
  border: 1px solid #E8E8E8; }
  .posts-loop .post-box a.post-link {
    text-decoration: none;
    padding: 16px 16px 0;
    display: block; }
    .posts-loop .post-box a.post-link:before {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 16px;
      background-color: #F3F3F3;
      font-family: "FontAwesome";
      text-align: center;
      font-size: 9px;
      font-weight: bold;
      padding: 0 0 0 3px;
      content: "\f105";
      color: #1d1d1d;
      -webkit-transition: background .3s ease-in-out;
      transition: background .3s ease-in-out; }
    .posts-loop .post-box a.post-link:hover:before {
      color: #fff;
      background-color: #7A182F; }
    .posts-loop .post-box a.post-link:hover h3 {
      color: #7A182F; }
  .posts-loop .post-box h3, .posts-loop .post-box .desc {
    margin-bottom: 10px; }
  .posts-loop .post-box h3 {
    font-size: 17px;
    font-weight: bold;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out; }
  .posts-loop .post-box .desc {
    padding-bottom: 10px;
    border-bottom: 1px dotted #E8E8E8; }
  .posts-loop .post-box div {
    padding: 0 16px 16px;
    font-size: 12px; }
  .posts-loop .post-box div p {
    float: left; }
  .posts-loop .post-box div ul {
    margin: 0 0 0 102px;
    overflow: hidden; }
    .posts-loop .post-box div ul li {
      float: left;
      margin-right: 20px;
      margin: 0 20px 4px 0; }
      .posts-loop .post-box div ul li i {
        margin-right: 6px;
        font-size: 9px; }
      .posts-loop .post-box div ul li a:hover {
        text-decoration: underline; }

/* ----------------------------------------
* cat-footer
---------------------------------------- */
@media screen and (max-width: 991px) {
  /* tablet end */ }
@media screen and (max-width: 767px) {
  /* tablet end */ }
@media screen and (max-width: 414px) {
  /* tablet end */ }
@media screen and (max-width: 350px) {
  /* tablet end */ }
/* ----------------------------------------
* side
---------------------------------------- */
#side,
.left-content #side {
  width: 230px;
  float: left;
  margin-left: 0; }
  #side h2,
  .left-content #side h2 {
    font-size: 17px;
    border-bottom: solid 1px #dadada;
    line-height: 32px; }
  #side .side-widget-area .side-nav-show,
  .left-content #side .side-widget-area .side-nav-show {
    margin-bottom: 32px; }
    #side .side-widget-area .side-nav-show li,
    .left-content #side .side-widget-area .side-nav-show li {
      display: table;
      width: 100%;
      background: url(../images/icon_arrow01.png) no-repeat right center #fff;
      border-bottom: solid 1px #dadada;
      font-size: 14px;
      padding: 0;
      line-height: 150%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: relative; }
      #side .side-widget-area .side-nav-show li a,
      .left-content #side .side-widget-area .side-nav-show li a {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        padding: 14px 24px 14px 0; }
        #side .side-widget-area .side-nav-show li a.tgl_bg:hover,
        .left-content #side .side-widget-area .side-nav-show li a.tgl_bg:hover {
          background-color: #F3F3F3;
          color: #1d1d1d; }
      #side .side-widget-area .side-nav-show li .open,
      .left-content #side .side-widget-area .side-nav-show li .open {
        position: absolute;
        left: 225px;
        top: 0;
        background: rgba(255, 255, 255, 0.95);
        width: 240%;
        padding: 20px 0px 20px 30px;
        z-index: 100;
        display: none;
        box-shadow: 0 2px 8px rgba(77, 77, 77, 0.2); }
        #side .side-widget-area .side-nav-show li .open li,
        .left-content #side .side-widget-area .side-nav-show li .open li {
          display: table;
          background: url(../images/icon_arrow01.png) no-repeat left center;
          background-color: 20px 0px 20px 30px;
          border-bottom: none;
          font-size: 12px;
          line-height: 150%;
          width: 50%;
          float: left; }
          #side .side-widget-area .side-nav-show li .open li a,
          .left-content #side .side-widget-area .side-nav-show li .open li a {
            display: table-cell;
            vertical-align: middle;
            text-decoration: none;
            padding: 8px;
            padding-left: 16px;
            height: 35px;
            line-height: 35px; }
            #side .side-widget-area .side-nav-show li .open li a:hover,
            .left-content #side .side-widget-area .side-nav-show li .open li a:hover {
              color: #1d1d1d;
              text-decoration: underline; }
      #side .side-widget-area .side-nav-show li .open_on,
      .left-content #side .side-widget-area .side-nav-show li .open_on {
        display: block; }
  #side .side-widget-area .side-nav li,
  .left-content #side .side-widget-area .side-nav li {
    margin: 0 0 10px;
    padding: 0;
    border-bottom: none; }
    #side .side-widget-area .side-nav li a,
    .left-content #side .side-widget-area .side-nav li a {
      display: block;
      border: 1px solid #999999;
      line-height: 4;
      padding: 0 12px 0 64px;
      font-size: 14px;
      font-weight: bold; }
      #side .side-widget-area .side-nav li a:hover,
      .left-content #side .side-widget-area .side-nav li a:hover {
        background-color: #F3F3F3;
        text-decoration: none;
        color: #1d1d1d; }
    #side .side-widget-area .side-nav li:first-child,
    .left-content #side .side-widget-area .side-nav li:first-child {
      background: url(https://www.rafuju.jp/images/side/icon_side_bn01.png) no-repeat 10px center; }
    #side .side-widget-area .side-nav li:nth-child(2),
    .left-content #side .side-widget-area .side-nav li:nth-child(2) {
      background: url(https://www.rafuju.jp/images/side/icon_side_bn01.png) no-repeat 10px center; }
    #side .side-widget-area .side-nav li:nth-child(3),
    .left-content #side .side-widget-area .side-nav li:nth-child(3) {
      background: url(https://www.rafuju.jp/images/side/icon_side_bn02.png) no-repeat 10px center; }
    #side .side-widget-area .side-nav li:last-child,
    .left-content #side .side-widget-area .side-nav li:last-child {
      background: url(https://www.rafuju.jp/images/side/icon_side_bn04.png) no-repeat 10px center; }

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (max-width: 991px) {
  /* tablet */
  /* tablet end */ }
@media screen and (max-width: 767px) {
  /* phone */
  /* phone end */ }
/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.bc-wrap {
  margin: 0 auto 0; }
  .bc-wrap .breadcrumb {
    margin: 0 auto;
    width: 1024px;
    line-height: 3; }
    .bc-wrap .breadcrumb li:first-child {
      margin-left: 0; }

.home .contents .pagination {
  padding: 0;
  margin: 0 auto 120px;
  text-align: center;
  overflow: hidden; }
  .home .contents .pagination span,
  .home .contents .pagination a {
    display: inline-block;
    float: none;
    margin: 0 1px 1px 0;
    padding: 8px 16px;
    text-decoration: none;
    width: auto;
    color: #1d1d1d;
    font-size: 14px;
    background-color: #F3F3F3; }
    .home .contents .pagination span.current,
    .home .contents .pagination a.current {
      color: #fff;
      background-color: #444; }
    .home .contents .pagination span:hover,
    .home .contents .pagination a:hover {
      color: #fff;
      background-color: #444;
      text-decoration: none; }

/* ----------------------------------------
* all
---------------------------------------- */
.post-header,
.post-content,
.post-footer {
  padding: 0px; }

.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
  border: none;
  max-width: 700px;
  width: 100%;
  margin: 32px auto 56px; }

/* ----------------------------------------
* post-header
---------------------------------------- */
.post-header .post-title {
  margin: 0 0 16px 0;
  font-size: 21px;
  line-height: 1.5; }
.post-header .post-thumbnail {
  margin: 0 0 32px;
  float: none;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .post-header .post-thumbnail img {
    width: 100%; }
  .post-header .post-thumbnail .num {
    position: absolute;
    font-size: 12px;
    color: #fff;
    top: 0;
    right: 0;
    line-height: 2;
    padding: 0 12px;
    background-color: rgba(128, 26, 51, 0.8); }
.post-header .post-header-meta {
  overflow: hidden;
  background-color: #F3F3F3;
  padding: 12px 12px 4px;
  border-radius: 2px; }
  .post-header .post-header-meta .bzb-sns-btn {
    padding: 0;
    margin: 17px auto 0;
    font-size: 0;
    text-align: right;
    float: right; }
  .post-header .post-header-meta .entry_category {
    list-style: none;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
    padding: 4px 0 0; }
    .post-header .post-header-meta .entry_category li {
      /*float: left;*/
      font-size: 12px;
      margin-right: 24px;
      padding-left: 24px;
      position: relative;
      margin-bottom: 5px; }
      .post-header .post-header-meta .entry_category li:before {
        display: block;
        position: absolute;
        left: 0;
        width: 22px;
        height: 22px;
        background-size: contain;
        content: ''; }
      .post-header .post-header-meta .entry_category li.item_style:before {
        background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_style_pc.png) no-repeat left top; }
      .post-header .post-header-meta .entry_category li.item_room {
        background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_room_pc.png) no-repeat left top; }

.single-qa .post-header .post-title:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
  content: "Q";
  font-size: 17px;
  font-weight: normal;
  color: #7A182F;
  background-color: #fff;
  width: 44px;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #7A182F;
  margin: -4px 0 0; }

/* ----------------------------------------
* post-content
---------------------------------------- */
.post-content {
  font-size: 14px;
  /* 注意文 */
  /* 元サイトにあったcss */ }
  .post-content p {
    line-height: 1.8;
    margin: 0 0 1.6em;
    font-size: 14px; }
  .post-content img {
    width: 100%;
    display: block;
    margin: 0 auto; }
  .post-content h2 {
    font-size: 17px;
    font-weight: bold;
    border-top: 2px solid #999999;
    border-bottom: 1px solid #E8E8E8;
    padding: 16px;
    margin: 3em 0 1.5em; }
  .post-content h3 {
    font-size: 15px;
    font-weight: bold;
    border-left: none;
    border-bottom: 1px dotted #E8E8E8;
    padding: 0 0 16px 16px;
    padding-bottom: 16px;
    margin: 3em 0 1.5em;
    position: relative; }
    .post-content h3:before {
      content: "■";
      position: absolute;
      top: 2px;
      left: 0;
      font-size: 12px;
      color: #801A33; }
  .post-content h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 2.5em 0 1.5em; }
  .post-content ul li, .post-content ol li {
    font-size: 14px; }
  .post-content a {
    color: #2581c4; }
  .post-content strong {
    font-weight: bold;
    color: #7A182F; }
  .post-content .atten-txt {
    font-size: 12px;
    font-style: italic; }
  .post-content img.oteire-left {
    display: block;
    width: 265px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left; }
  .post-content .img-half {
    zoom: 50%; }
  .post-content .entry_data {
    margin-bottom: 30px;
    overflow: hidden; }
    .post-content .entry_data .entry_category {
      width: 440px;
      float: left; }
      .post-content .entry_data .entry_category.item_style:before, .post-content .entry_data .entry_category.item_room:before {
        display: block;
        position: absolute;
        left: 0;
        width: 22px;
        height: 22px;
        background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_style_pc.png) no-repeat left top;
        background-size: contain;
        content: ''; }
      .post-content .entry_data .entry_category.item_room:before {
        background: url(https://www.rafuju.jp/gallery/wp-content/themes/rafuju_gallery/images/icon_select_room_pc.png) no-repeat left top;
        background-size: contain; }
    .post-content .entry_data p {
      margin-bottom: 4px; }
  .post-content .gallery_image {
    position: relative;
    margin-bottom: 15px;
    width: 100%; }
    .post-content .gallery_image figure {
      margin-bottom: 20px; }
  .post-content .gallery_description {
    padding-bottom: 56px;
    font-size: 14px;
    line-height: 1.6; }
  .post-content .entry_author {
    text-align: right; }
    .post-content .entry_author .entry_date {
      font-size: 14px;
      margin-bottom: 16px; }
    .post-content .entry_author p {
      margin-bottom: 8px;
      line-height: 1; }
  .post-content .gallery_description {
    padding-bottom: 56px;
    font-size: 14px;
    line-height: 1.6; }
    .post-content .gallery_description a {
      text-decoration: underline; }
      .post-content .gallery_description a:hover {
        text-decoration: none; }

/* ----------------------------------------
* post-footer
---------------------------------------- */
.post-footer {
  margin-bottom: 56px; }
  .post-footer .bzb-sns-btn {
    padding: 10px 0 0;
    margin: 0 auto 32px;
    background-color: #efefef;
    text-align: center;
    border-radius: 2px; }
  .post-footer .category, .post-footer .tag {
    overflow: hidden; }
    .post-footer .category .ttl, .post-footer .tag .ttl {
      float: left; }
    .post-footer .category .post-footer-list, .post-footer .tag .post-footer-list {
      margin: 0;
      margin-left: 102px; }
      .post-footer .category .post-footer-list li, .post-footer .tag .post-footer-list li {
        margin-right: 20px;
        margin: 0 20px 4px 0; }
        .post-footer .category .post-footer-list li i, .post-footer .tag .post-footer-list li i {
          margin-right: 6px;
          font-size: 9px; }

.related {
  margin-bottom: 56px; }

.question {
  border: 1px solid #E8E8E8;
  padding: 32px; }
  .question h3 {
    font-size: 17px;
    font-weight: bold;
    border-bottom: none;
    margin: 0;
    padding: 0;
    margin-bottom: 16px; }
    .question h3:before {
      content: none; }
  .question ul {
    display: table;
    margin-bottom: 16px; }
    .question ul li {
      display: table-cell;
      width: 25%; }
      .question ul li input[type=radio] {
        display: none; }
      .question ul li input[type=radio]:checked + .radio:before {
        opacity: 1; }
      .question ul li input {
        border: 1px solid #E8E8E8;
        padding: 0 12px;
        line-height: 3;
        margin-right: 4px;
        -webkit-appearance: none;
        appearance: none; }
        .question ul li inputlast-child {
          margin-right: 0; }
      .question ul li .radio {
        box-sizing: border-box;
        -webkit-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
        width: 94%;
        position: relative;
        display: inline-block;
        margin: 0 27px 0 0;
        padding: 8px 8px 8px 26px;
        text-align: center;
        border-radius: 2px;
        border: 1px solid #E8E8E8;
        border-bottom: 2px solid #E8E8E8;
        vertical-align: middle;
        cursor: pointer; }
        .question ul li .radio:hover {
          background-color: #F3F3F3; }
        .question ul li .radio:after {
          -webkit-transition: border-color 0.2s linear;
          transition: border-color 0.2s linear;
          position: absolute;
          top: 50%;
          left: 12px;
          display: block;
          margin-top: -8px;
          width: 12px;
          height: 12px;
          border: 1px solid #E8E8E8;
          border-radius: 50px;
          content: '';
          opacity: 1; }
      .question ul li .radio:before {
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
        position: absolute;
        top: 50%;
        left: 13px;
        display: block;
        margin-top: -7px;
        width: 12px;
        height: 12px;
        content: '';
        opacity: 0;
        background-color: #7A182F;
        border-radius: 50px; }
        input[type=radio]:checked + .question ul li .radio:before {
          opacity: 1; }
      input[type=radio]:checked + .question ul li .radio:after {
        opacity: 0; }
  .question .text {
    width: 100%;
    min-height: 100px;
    margin-bottom: 16px;
    border: 1px solid #E8E8E8; }
  .question .btn {
    display: block;
    line-height: 2;
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 40%;
    margin: 0 auto;
    line-height: 2;
    border-radius: 2px;
    background-color: #444; }

/* ----------------------------------------
* related item
---------------------------------------- */
.related-cont h3 {
  padding: 8px 12px;
  margin-bottom: 32px;
  border: 1px solid #444;
  display: inline-block; }
.related-cont ul {
  font-size: 0;
  margin: 0 -12px; }
  .related-cont ul li {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    margin-bottom: 32px; }
    .related-cont ul li a {
      padding: 0 12px;
      display: block;
      text-decoration: underline;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .related-cont ul li a:hover {
        text-decoration: none; }
        .related-cont ul li a:hover img {
          opacity: 0.8; }
    .related-cont ul li .img {
      margin-bottom: 10px; }
    .related-cont ul li img {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .related-cont ul li h4 {
      font-size: 12px;
      line-height: 1.4; }
    .related-cont ul li.no-item .img {
      position: relative;
      background-color: #444; }
      .related-cont ul li.no-item .img:before {
        content: "同じカテゴリーの商品を見る";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        font-size: 12px;
        height: 24px;
        text-align: center; }
      .related-cont ul li.no-item .img img {
        opacity: 0.2; }


.back-btn {
  background: #801A33;
  color: #fff !important;
  display: block;
  width: 300px;
  padding: 12px;
  text-align: center;
  margin: 0 auto;
}


.related-cont .bx-wrapper {
  margin: 0 auto 40px;
  position: relative;
}
.related-cont .bx-prev, .related-cont .bx-next {
    position: absolute;
    display: block;
    width: 20px;
    height: 28px;
    text-indent: -9999px;
    top: 70px;
}
.related-cont .bx-prev {
    background: url(https://www.rafuju.jp/images/icon_prev02.png) no-repeat;
    background-size: contain;
    left: -50px;
}
.related-cont .bx-next {
    background: url(https://www.rafuju.jp/images/icon_next02.png) no-repeat;
    background-size: contain;
    right: -30px;
}


/* 20171027 single.php 追加 */
.img-block {
  margin-top: 20px;
}
.img-block img {
  margin-bottom: 1.6em;
}

.product-item {
  overflow: hidden;
  margin-bottom: 60px;
  background: #ddd;
  padding: 20px;
}
.product-img {
  width: 45%;
  float: left;
  padding-right: 20px;
}
.product-name {
  font-weight: bold;
}
.post-content .ctg-tag {
  margin: 10px 0 0 !important;
  font-size: 13px;
}
.product-text-block {
  width: 55%;
  float: left;
}
.product-btn {
  display: block;
  background: #801A33;
  text-align: center;
  color: #fff !important;
  padding: 12px;
}
.img-block-wrap + .img-block-wrap {
  margin-top: 6em;
}
.soldout-msg {
  clear: both;
  /*margin-bottom: 0 !important;*/
  font-size: 15px;
    font-weight: bold;
    border-left: none;
    border-bottom: 1px dotted #444;
    padding: 2em 0 4px 16px;
    margin: 3em 0 0 !important;
    position: relative; }

    .soldout-msg:before {
      content: "■";
      position: absolute;
      top: 2.5em;
      left: 0;
      font-size: 12px;
      color: #801A33;
}
.product-item h3 {
  margin-top: 0;
  padding-bottom: 0;
  border: none;
}
.ctg-tag p {
  margin-bottom: 0;
}
.ctg-tag dl {
  overflow: hidden;
  margin-bottom: 0;
}
.ctg-tag dl dt {
  float: left;
  margin: 0;
  font-weight: normal;
}
.ctg-tag dl dd {
  border: none;
  margin: 0;
  padding: 0;
}
.ctg-tag dl dd a {
  color: #444;
}
.sh-pro-desc p {
  font-size: 13px;
}
.reco-item {
  margin-bottom: 0;
  padding: 20px 0 0;
}
.soldout {
  background: #bbb;
}


.gheader h1 {
  margin-right: 30px;
}
.gheader .head_nav {
  padding-top: 0;
}
.gheader .head_icon li {
  font-size: 10.5px;
}
.gheader .head_icon li a:hover {
  opacity: .7;
}

/* ----------------------------------------
* 2018.06.20
---------------------------------------- */

.ttl_contents{
	margin: 0 0 16px 0;
    font-size: 21px;
    line-height: 1.5;
	font-weight: bold;
}

.bg_img_home{
	margin-bottom: 30px !important;
}

.home_intro_txt p{
	margin-top: 20px;
}
.home_intro_txt p a{
	text-decoration: underline;
}

#home_items{
	margin-top: -50px;
}
.home_items_ttl{
	font-size: 21px;
	font-weight: bold;
	padding-top: 50px;
}
#home_items header p{
	margin-top: 20px;
}
#home_items header{
	margin-bottom: 50px;
}

.home_itemsG{
	width:700px;
	margin-left: auto;
	margin-right: auto;
	border-top:solid 1px #E8E8E8;
	padding-top: 40px;
	margin-top: 30px;
}
.home_itemsG .ttl01{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}
.home_itemsG .ttl02{
	font-size: 17px;
	font-weight: bold;
	border-top: 2px solid #999999;
	border-bottom: 1px solid #E8E8E8;
	padding: 16px 0;
	margin-top: 30px;
}
.home_itemG02 p{
	margin-top: 30px;
}
.home_itemG02 .img{
	text-align: center;
}

.home_itemsG .ttl03{
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #E8E8E8;
	line-height: 1.5;
	padding-bottom: 16px;
}

.home_itemsG a{
	text-decoration: underline;
}

.home_item_nav{
	width: 100%;
    font-size: 14px;
    padding: 22px;
    background: #f9f6f6;
	box-sizing: border-box;
	border: 1px solid #aaa;
}
.home_item_nav ol{
	margin-left: 1.5em;
}

.home_item_nav ol li{
	list-style-type: decimal;
	padding: 5px 0;
}
.home_item_nav a{
	color: #801A2F;
}

/* ----------------------------------------
* 固定ページ記事
---------------------------------------- */

article.page .post-header{
	padding: 20px 0px 20px;
}

article.page .post-content h3 {
    font-size: 16px;
    border-bottom: 1px dotted #E8E8E8;
    padding: 0 0 16px 0;
    padding-bottom: 16px;
    margin: 3em 0 1.5em;
    position: relative;
	line-height: 1.5;
}
article.page .post-content h3:before {
    content: "";
}
article.page .post-content img{
	width:auto;
}

article.page .post-content a{
	color: #1d1d1d;
	text-decoration: underline;
}

/* ----------------------------------------
* TOP記事へのリンク
---------------------------------------- */
.top_article_link{
	
}
.top_article_link li{
	float: left;
	width:322px;
	margin-right: 29px;
	border: solid 1px #444444;
	box-sizing: border-box;
	position: relative;
	margin-top: 30px;
}
.top_article_link li:nth-child(3n){
	margin-right: 0;
}
.top_article_link li a{
	display: table;
	width:100%;
	text-decoration: none;
}
.top_article_link li p{
	display: table-cell;
	vertical-align: middle;
}
.top_article_link li .img{
	line-height: 0;
	width:100px;
}
.top_article_link li .icon,.top_article_link li .txt{
	padding-left: 10px;
}
.top_article_link li .icon{
	width:35px;
}
.top_article_link li .txt:hover{
	text-decoration: underline;
}
.top_article_link li .icon span{
	display: block;
	width:35px;
	text-align: center;
	color: #fff;
	background: #444444;
	line-height: 20px;
}

.top_article_link li::after{
	content: ">";
	position: absolute;
	right: 5px;
	top:25%;
	transform: scale(0.7, 1);
}
.top_article_link li .txt{
	line-height: 150%;
}

.img_hover a img{
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.img_hover a img:hover{
	filter:alpha(opacity=60);
	opacity:0.6;
}