@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: 16px 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 .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_contents .bnr-cont {
  margin-bottom: 56px;
}
.footer_contents .bnr-cont p {
  margin: 0 auto 32px;
  text-align: center;
}

/* ----------------------------------------
* 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 {
  margin-bottom: 56px;
}
.home .contents .select_narrow {
  overflow: hidden;
  margin-bottom: 32px;
}
.home .contents .select_narrow .select-box {
  float: left;
  margin-right: 10px;
}
.home .contents .select_narrow .select-box select {
  display: block;
  height: 28px;
  padding: 1px 20px 1px 10px;
  background: #fff url(http://www.6bin.xyz/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 .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: 25%;
  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: 232px;
  margin: 0 0 16px;
  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%;
  height: 232px;
  background-color: #efefef;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
}
.home .contents .post-loop-wrap article .post-wrap .post-txt {
  font-size: 12px;
  text-align: center;
}
.home .contents .post-loop-wrap article .post-wrap .post-txt .post-title {
  margin: 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.home .contents .post-loop-wrap article .post-wrap .post-txt .post-title a:hover {
  color: #7A182F;
}
.home .contents .bnr-cont {
  margin-bottom: 56px;
}
.home .contents .bnr-cont p {
  margin: 0 auto 32px;
  text-align: center;
}

/* ----------------------------------------
* 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(http://6bin.biz/rafuju/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(http://6bin.biz/rafuju/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(http://6bin.biz/rafuju/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(http://6bin.biz/rafuju/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 56px;
  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: 1024px;
  width: 1024px;
  margin: 32px auto 56px;
  overflow: hidden;
}

/* ----------------------------------------
* post-header
---------------------------------------- */
.post-img {
  float: left;
  width: 391px;
}
.post-img img {
  width: 100%;
  margin-bottom: 32px;
}

.post-cont {
  float: right;
  width: 584px;
}

.post-header {
  margin-bottom: 1em;
}
.post-header .post-title {
  margin: 0 0 16px 0;
  font-size: 21px;
  line-height: 1.5;
}

/* ----------------------------------------
* 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 h2.rafuju-ttl {
  border-top: none;
  padding: 0 0 10px;
  font-size: 14px;
  color: #7A182F;
  margin: 3em 0 1em;
}
.post-content h3 {
  font-size: 15px;
  border-left: none;
  border-bottom: 1px dotted #E8E8E8;
  padding: 0;
  padding-bottom: 10px;
  margin: 0 0 16px;
  position: relative;
}
.post-content h3:before {
  content: "■";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 12px;
  color: #444;
}
.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(http://www.6bin.xyz/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(http://www.6bin.xyz/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
---------------------------------------- */
/* ----------------------------------------
* related-posts
---------------------------------------- */
.wp_rp_wrap h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
}
.wp_rp_wrap ul {
  font-size: 0;
  margin: 0 -12px 56px;
}
.wp_rp_wrap ul li {
  display: inline-block;
  width: 16.666%;
  vertical-align: top;
}
.wp_rp_wrap ul li a {
  padding: 0 12px;
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.wp_rp_wrap ul li a:hover {
  text-decoration: none;
}
.wp_rp_wrap ul li a.wp_rp_thumbnail {
  width: auto;
  height: 142px;
  margin-bottom: 4px;
}
.wp_rp_wrap ul li a.wp_rp_thumbnail img {
  width: 100%;
  height: 142px;
  object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
}







.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;
}