@charset "UTF-8";

html.locked,
html.locked body {
  overflow: hidden;
}

.centering {
  text-align: center;
}

.centering p {
  text-align: justify;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#content {
  overflow: hidden;
}

.titType01,
.titType02 {
  display: inline-block;
  letter-spacing: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Sorts Mill Goudy', TimesNewRoman, '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HGS明朝E', serif;
}

.titType01 {
  margin-bottom: 30px;
  padding-bottom: 14px;
  font-weight: normal;
  border-bottom: solid 1px #000;
  line-height: 1;
}

.titType02 {
  margin: 45px 0 30px;
  position: relative;
}

.titType02 small {
  display: block;
  padding-top: 20px;
  font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HGS明朝E', serif;
  font-size: 13px;
}

.titType02:before {
  content: "";
  height: 1px;
  width: 113px;
  background-color: #000;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.wp-pagenavi {
  display: block;

  height: 28px;
  line-height: 28px;

  text-align: center;
}

.wp-pagenavi:after {
  content: "";
  display: block;
  clear: both;
}

.wp-pagenavi a + a,
.wp-pagenavi a + .current,
.wp-pagenavi .current + a {
  display: inline-block;
  width: 28px;
  margin-left: 20px;
}

.wp-pagenavi .previouspostslink {
  background: url(../img/common/btn_prev-link.png) no-repeat;
  background-size: contain;
}

.wp-pagenavi .previouspostslink:hover {
  background-image: url(../img/common/btn_prev-link02.png);
}

.wp-pagenavi .nextpostslink {
  background: url(../img/common/btn_next-link.png) no-repeat;
  background-size: contain;
}

.wp-pagenavi .nextpostslink:hover {
  background-image: url(../img/common/btn_next-link02.png);
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  display: inline-block;
  height: 28px;
  width: 28px;
}

.wp-pagenavi .current {
  font-size: 16px;
  font-weight: bold;
}

.wp-pagenavi a.page:hover {
  text-decoration: underline;
}

.pagination02 {
  margin: 0 auto;
  width: 325px;
}

.pagination02 .prev, .pagination02 .next, .pagination02 .index {
  position: relative;
}

.pagination02 .prev, .pagination02 .next {
  line-height: 28px;
}

.pagination02 .prev {
  padding-left: 40px;
  float: left;
}

.pagination02 .prev:before {
  content: "";
  height: 28px;
  width: 28px;
  background: url(../img/common/btn_prev-link.png);
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.pagination02 .next {
  padding-right: 40px;
  float: right;
}

.pagination02 .next:after {
  content: "";
  height: 28px;
  width: 28px;
  background: url(../img/common/btn_next-link.png);
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.pagination02 .index {
  display: inline-block;
  height: 50px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}

.pagination02 .index:before {
  content: "";
  height: 8px;
  width: 5px;
  background: url(../img/common/ico_mini_angle02.png) no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  left: 17px;
  bottom: 0;
}

.pagination02.onlyIndex .index {
  margin: 0 auto;
}

.postContent a.styledLink,
.styledLink {
  display: inline-block;
  margin: 20px 0;
  position: relative;
  padding-left: 25px;
  line-height: 16px;
  text-decoration: none;
  color: #222;
}

.postContent a.styledLink:hover,
.styledLink:hover {
  text-decoration: underline;
}

.postContent a.styledLink:before,
.styledLink:before {
  content: "";
  height: 16px;
  width: 16px;
  background: url(../img/common/ico_angle01_black.png) no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.postWrap {
  padding: 36px 25px 25px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: justify;
  line-height: 1.8;
  overflow: hidden;
  border: solid 1px #6A4D32;
}

.postWrap time {
  display: block;
  margin-top: 50px;
  font-family: 'Sorts Mill Goudy', TimesNewRoman, '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HGS明朝E', serif;
  font-size: 13px;
}

.postTitle {
  padding: 42px 0 15px;
  margin-bottom: 30px;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  position: relative;
}

.postTitle h2 {
  font-weight: normal;
  font-size: 18px;
}

.postTitle .postCat {
  display: inline-block;
  line-height: 23px;
  padding: 0 16px;
  letter-spacing: 1.5px;
  text-align: center;
  background-color: #222;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

.postContent > img:not(:first-child),
.postContent > p:not(:first-child) {
  margin-top: 30px;
}

.postContent > a > img {
  padding-top: 30px;
  transition: all .25s;
}

.postContent > a > img:hover {
  opacity: .75;
}

.postContent img {
  height: auto;
  max-width: 100%;
}

.postContent a {
  color: #c91212;
  text-decoration: underline;
}

.postContent a:hover {
  text-decoration: none;
}

.postContent > h3 {
  font-size: 24px;
  font-weight: normal;
}

.postContent > h3 small {
  display: block;
  font-size: 14px;
}

.formModule .required {
  display: inline-block;
  line-height: 18px;
  width: 35px;
  text-align: center;
  background-color: #c91212;
  color: #fff;
  font-size: 11px;
}

.formModule dl + dl {
  margin-top: 18px;
}

.formModule input[type=text],
.formModule input[type=email],
.formModule input[type=date],
.formModule input[type=tel],
.formModule textarea {
  width: 100%;
  padding-left: 1em;
  color: #777;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-family: 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', serif;
}

.formModule input[type=date]{
  width: auto;
  height: 36px;
  margin-right: 10px;
}

.formModule input[type=text], .formModule input[type=email], .formModule input[type=tel] {
  height: 36px;
}

.formModule textarea {
  display: block;
  padding-top: 1em;
  resize: vertical;
}

.formModule .wpcf7-confirm,
.formModule .wpcf7-submit,
.formModule .wpcf7-back {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: url(../img/common/ico_btn_next.png) no-repeat;
  background-position: right 22px center;
  background-size: 7px 12px;
  background-color: #b50023;
  cursor: pointer;
}

.formModule .wpcf7-back {
  background: url(../img/common/ico_btn_prev.png) no-repeat;
  background-position: 22px center;
  background-color: #a1aabb;
  background-size: 7px 12px;
}

select.custom {
  height: 36px;
  width: 100%;
  padding: 0 14px;
  background: url(../img/common/ico_select-form.png) no-repeat;
  background-position: top right;
  background-size: 36px;
  background-color: #f3f3f3;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.time select.custom {
  width: 100px;
}

select.custom + select.custom {
  margin-top: 15px;
}

select.custom.dark {
  background-color: #222;
  color: #fff;
}

/*
 * -------------------------------
 * 左サイドナビゲーション
 * -------------------------------
 */

#globalNav {
  z-index: 100;
  font-size: 16px;

}

#globalNav nav {

  text-align: center;
}

#globalNav nav ul {

}

#globalNav nav a {
  display: block;
}

#globalNav nav li a {
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
  text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
              -1px 1px 0 #fff, 1px -1px 0 #fff,
              0px 1px 0 #fff,  0-1px 0 #fff,
              -1px 0 0 #fff, 1px 0 0 #fff;
}



#globalNav .navLogo {
  display: block;
  padding: 10px 20px;
}

#globalNav .navLogo img {
  height: 30px;
  width: 186px;
}


/*
 * -------------------------------
 * フッター
 * -------------------------------
 */

.footer {
  height: 50px;
  line-height: 50px;
  font-size: 9px;
  background-color: #e0e5e6;
  position: relative;
  overflow: hidden;
}

.footer p {
  display: inline-block;
  width: 100%;
  font-family: 'Sorts Mill Goudy', TimesNewRoman, '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'HGS明朝E', serif;
  padding-right: 50px;
  text-align: center;
}

/*
 * -------------------------------
 * フッター内 ページトップボタン
 * -------------------------------
 */

#pageTop {
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#pageTop img {
  height: 100%;
}

/*
 * -------------------------------
 * 記事一覧のリスト
 * -------------------------------
 */

.card {
  display: block;
  width: 300px;
  position: relative;
  font-size: 12px;
  background-color: #fff;
  /* box-shadow: 0 0 10px 1px #ccc; */
  /* transition: box-shadow .25s; */
  border: solid 1px #6A4D32;
  box-sizing: border-box;
}

.card:hover {
  /* box-shadow: 0 0 20px 5px #ccc; */
  transition: all 0.5s;
  opacity: 0.85;
}

.card .cardLabel {
  display: inline-block;
  width: 74px;
  padding-left: 6px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #222;
  position: absolute;
  top: 15px;
  left: -6px;
}

.card .cardContent {
  height: 140px;
  padding: 15px 15px;
}

.card .cardContent p {
  font-size: 14px;
  line-height: 1.8em;
}

.card .cardContent time {
  display: inline-block;
  color: #7f8182;
  margin-bottom: 4px;
}

.card figure {
  height: 170px;
  width: 298px;

  overflow: hidden;
}

.card figure img {
  width: 100%;
}


/*
 * -------------------------------
 * 商品紹介 おすすめ Recommend
 * -------------------------------
 */

 .recommendModule {
   padding: 36px 0 53px;
   text-align: center;
 }

 .recommendModule > .inner {
   text-align: left;
 }

 .recommendList li {
   margin: 0 auto;
   width: 300px;
 }

 .recommendList li a img {
   transition: .5s ease;
 }

 .recommendList li a:hover img {
   opacity: .75;
 }

 .recommendList li figure {
   height: 180px;
   margin-bottom: 16px;
   position: relative;
   overflow: hidden;
 }

 .recommendList li figure:after {
   content: "";
   display: block;
   height: 16px;
   width: 16px;
   background: url(../img/common/ico_angle01.png) no-repeat;
   background-size: cover;
   position: absolute;
   right: 0;
   bottom: 22px;
 }

 .recommendList li figure img {
   width: 100%;
 }

 /*
  * -------------------------------
  * トップページ トップバナー
  * -------------------------------
  */

.topBannerModule{
  box-sizing: border-box;
  width: 100%;
  /*max-width: 1080px;*/
  padding-left: 0;
  margin: 0 auto 60px;
}
.topBannerModule img{
  width: 100%;
}


.slick-prev,
.slick-next
{
    z-index: 10 !important;
}
.slick-prev:before,
.slick-next:before {
  color: #555 !important;
}
.slick-prev
{
  left: 20px !important;
}
.slick-next
{
  right: 20px !important;
}
.topBannerModule ul.slick-ul{
  display: none !important;
}
.topBannerModule ul.slick-initialized{
  display: block !important;
}

/*
 * -------------------------------
 * トップページ 最新イベント情報
 * -------------------------------
 */

.lpModule {
  text-align: center;
  margin-bottom: 50px;
}
.lpModule .lp_each{
  margin-bottom: 10px;
}
.lpModule .lp_each a{
  display: block;
  border: solid 4px #f55252;
  padding: 10px 4em 10px 10px;
  text-align: left;
  border-radius: 5px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(254,240,240,1) 100%);
  position: relative;
}
.lpModule .lp_each a::after {
  content: "\f138";
  font-family: FontAwesome;
  display: block;
  font-size: 22px;
  color: #f55252;
  margin-left: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lpModule .lp_each a .title{
  font-weight: bold;
  font-size: 130%;
  color: #f55252;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.lpModule .lp_each a .data{
  line-height: 1.4em;
  color: #666;
}
.lpModule .lp_each a .data .label{
  font-weight: bold;
  color: #000;
}

.lpModule .lp_each a:hover{
  background: #f55252;
}

.lpModule .lp_each a:hover .title{
  color: #FFF;
}
.lpModule .lp_each a:hover .data{
  color: #FFF;
}
.lpModule .lp_each a:hover .data .label{
  color: #FFF;
}
.lpModule .lp_each a:hover::after {
  color: #FFF;
}

/*
 * -------------------------------
 * トップページ 布団と寝具のはなし
 * -------------------------------
 */

.columnModule {
  text-align: center;
  margin-bottom: 50px;
}
.columnModule .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnModule .inner a{
  display: block;
  width: 48%;
  box-sizing: border-box;
}
.columnModule .inner a:hover{
  opacity: 0.8;
  transition: all 0.3s;
}
.columnModule .inner a .box{
  height: 200px;
  background-size: cover;
  position: relative;
}
.columnModule .inner a .box .hgroup{
  position: absolute;
  bottom: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #FFF;
  padding: 10px;
  box-sizing: border-box;
}
.columnModule .inner a .box .hgroup p{
  font-size: 12px;
}
.column p.empty{
  text-align: center;
  font-size: 120%;
}

/*
 * -------------------------------
 * トップページ 新着情報
 * -------------------------------
 */

.newsModule{
  text-align: center;
  margin-bottom: 50px;
}
.newsModule table{
  text-align: left;
  font-size: 110%;
  margin-bottom: 10px;
  width: 100%;
}
.newsModule table td{
  border-bottom: solid 1px #CCC;
  padding: 10px 0;
  line-height: 1.4em;
}
.newsModule table td.date{
  width: 9em;
}
.newsModule table td.label{
  width: 10em;
}
.newsModule table td.label span{
  background-color: #555;
  color: #FFF;
  display: inline-block;
  width: 8em;
  font-size: 100%;
  padding: 2px 5px;
  text-align: center;
  border-radius: 2px;
}
/* IE */
_:-ms-input-placeholder, :root .newsModule table td.label span {
  padding: 3px 5px 0;
}
.newsModule table td.label span.post{
  background-color: #638dff;
}
.newsModule table td.label span.column{
  background-color: #ff7373;
}
.newsModule table td.label span.product{
  background-color: #29b383;
}
.newsModule table td.title a:hover{
  text-decoration: underline;
}
.newsModule .link ul{
  display: flex;
  justify-content: center;
}
.newsModule .link a{
  display: block;
  background-color: #DDD;
  width: 12em;
  text-align: center;
  padding: 10px 0;
  margin: 0 10px;
  font-size: 110%;
}
.newsModule .link a:hover{
  background-color: #EEE;
}

/*
 * -------------------------------
 * トップページ 商品情報
 * -------------------------------
 */

.productModule{
  text-align: center;
}
.productModule ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productModule li{
  width: 32%;
  margin-bottom: 15px;
  background-size: cover;
  border: solid 1px #CCC;
}
.productModule li:hover{
  opacity: 0.8;
  transition: all 0.3s;
}
.productModule li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 160px;
  font-size: 23px;
  color: #FFF;
  font-weight: bold;
  text-shadow:1px 1px 0 #555, -1px -1px 0 #555,
              -1px 1px 0 #555, 1px -1px 0 #555,
              0px 1px 0 #555,  0-1px 0 #555,
              -1px 0 0 #555, 1px 0 0 #555;
}
.productModule li a span.text{
  display: block;
}
.productModule li a span.text strong{
    color: #F00;
    text-shadow: none;
    font-weight: bold;
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
      font-size: 28px;
}
.productModule li.re{
     background-position: center;
}

/*
 * -------------------------------
 * トップページ バナー一覧
 * -------------------------------
 */

.bannerModule > .inner {
  padding: 40px 0 45px;
}

.bannerModule .banner {
  display: inline-block;
}

.bannerModule .banner img {
  vertical-align: middle;
}

.bannerModule a.banner,
.bannerModule .banner a {
  transition: all .25s linear;
}

.bannerModule a.banner:hover,
.bannerModule .banner a:hover {
  opacity: .75;
}

.bannerModule .fullWidthBanner li{
  margin-bottom: 20px;
}
.bannerModule .fullWidthBanner li:hover{
  opacity: 0.8;
  transition: all 0.3s;
}
.bannerModule .fullWidthBanner li a{
  display: block;
  height: 130px;
  text-align: center;
  line-height: 130px;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  background-size: cover;
}
.bannerModule .fullWidthBanner li.kagushow a{
  height: auto;
  line-height: normal;
}
.bannerModule .fullWidthBanner li.kagushow a img{
  width: 100%;
}
.bannerModule .fullWidthBanner li.shop a{
  background-image: url(/asset/img/honpo/top.webp);
  text-shadow:1px 1px 0 #555, -1px -1px 0 #555,
              -1px 1px 0 #555, 1px -1px 0 #555,
              0px 1px 0 #555,  0-1px 0 #555,
              -1px 0 0 #555, 1px 0 0 #555;
}
.bannerModule .fullWidthBanner li.ad a{
  background-image: url(/asset/img/honpo/top.webp);
  color: #F00;
  border: solid 3px #F00;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.8);
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.8);
  }
}

@keyframes canscroll {
  from, 26% {
    background-position: center;
  }
  52%, 77.99% {
    background-position: center 50px;
  }
  78% {
    background-position: center -50px;
  }
  to {
    background-position: center;
  }
}

/*
 * -------------------------------
 * トップページ 店舗情報
 * -------------------------------
 */

.homeShopInfoModule{
  border-top: solid 1px #CCC;
  font-size: 115%;
  padding-top: 20px;
  margin: 0 25px 60px;
  display: none;
}


.homeShopInfoModule h2{
  line-height: 1em;
  margin-bottom: 1em;
}

.homeShopInfoModule .tel a{
  text-decoration: underline;
  font-weight: bold;
  color: #470005;
  font-size: 120%;
}


/*
 * -------------------------------
 * 商品情報 一覧
 * -------------------------------
 */

#content.products {
  background: url(../img/products/bg_products.png) no-repeat, #f7f7f7;
  background-size: 100% auto;
  text-align: center;
}

#content.products > .inner {
  text-align: left;
}

#content.products .cardList {
  margin-bottom: 31px;
}

#content.products .cardList .cardLabel {
  width: 97px;
  font-size: 11px;
}

#content.products .wp-pagenavi {
  margin-bottom: 30px;
}

/* おすすめ記事 */
.recommends {
  margin-bottom: 30px;
  padding: 35px 0 40px;
  background-color: #c91212;
  color: #fff;
}

/* カテゴリーのリスト */
.categoryList {
  margin-bottom: 40px;
}

.categoryList li {
  display: inline-block;
  height: 28px;
  width: 186px;
  line-height: 28px;
  letter-spacing: 2px;
  font-size: 12px;
  text-align: center;
  background-color: #222;
  color: #fff;
  float: left;
}

.categoryList li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #fff;
  transition: .25s ease;
}

.categoryList li a:hover, .categoryList li.current {
  background-color: #af8f6c;
}

.categoryList li + li:nth-of-type(n + 6) {
  margin-top: 8px;
}

.categoryList li + li:not(:nth-of-type(5n + 1)) {
  margin-left: 7px;
}

/* おすすめ記事タイトル */
.picTit {
  position: relative;
}

.picTit img {
  width: 100%;
}

/* 問い合わせフォームへのリンク */
.productContact {
  color: #866d52;
  font-size: 15px;
}

.productContact:after {
  content: "";
  display: block;
  clear: both;
}

.productContact .btn {
  display: inline-block;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #866d52;
  text-decoration: none;
  position: relative;
}

.productContact .btn:before {
  content: "";
  height: 8px;
  width: 5px;
  background: url(../img/common/ico_mini_angle.png) no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
}

/* 店舗情報へのリンク */
.contactShop {
  font-size: 15px;
}

.contactShop a.styledLink {
  font-size: 14px;
}

/* カテゴリ変更セレクトボックス */
.catSwitch {
  margin: 0 auto 30px;
  width: 325px;
}

/*
 * -------------------------------
 * コラム 一覧
 * -------------------------------
 */

 #content.column {
   background: url(../img/products/bg_products.png) no-repeat, #f7f7f7;
   background-size: 100% auto;
   text-align: center;
 }

 #content.column > .inner {
   text-align: left;
 }

 #content.column .cardList {
   margin-bottom: 31px;
 }

 #content.column .cardList .cardLabel {
   width: 97px;
   font-size: 11px;
 }

 #content.column .wp-pagenavi {
   margin-bottom: 30px;
 }

/*
 * -------------------------------
 * FIT LABO
 * -------------------------------
 */

#content.ordermade .postWrap {
  padding: 0;
}

#content.ordermade .postContent {
  padding: 40px 25px;
}

#content.ordermade .postContent .titType01 {
  font-size: 20px;
  margin: 12px 0 24px;
  padding-bottom: 10px;
  border-color: currentColor;
}

#content.ordermade .postContent h3 {
  color: #ab884a;
  font-weight: normal;
}

.omTips {
  padding: 18px;
  background-color: #564b3c;
  color: #fff;
  border-radius: 8px;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.omIdeal {
  margin: 0 auto;
  text-align: center;
}

.omIdeal p {
  font-size: 15px;
  text-align: justify;
}

.omPoints {
  margin: 52px 0 72px;
  padding: 24px;
  color: #ab884a;
  font-size: 16px;
  border: solid 1px #ab884a;
  border-radius: 12px;
  position: relative;
}

.omPoints strong {
  display: inline-block;
  color: #fff;
  background-color: #8b7b39;
  font-weight: normal;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  position: absolute;
  top: -20px;
}

.omModule.figure h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.omModule.figure p {
  margin-bottom: 25px;
  font-size: 15px;
}

.omModule.futon h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
}

.omModule.futon p {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 28px;
}

.omModule.futon small {
  display: block;
  font-size: 14px;
}

.omModule.futon section {
  padding: 40px 0 30px;
  background-color: #f5f2f8;
  position: relative;
}

.omModule.futon section h3 {
  margin-bottom: 34px;
}

.omModule.futon section .product {
  margin-bottom: 13px;
}

.omModule.futon section .product img {
  padding: 0;
}

.omModule.futon section img {
  width: 100%;
}

.omModule.futon section:before {
  content: "";
  height: 64px;
  width: 64px;
  background: url(../img/products/ico_om_arrow.png) no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
}

.omTit {
  font-weight: normal;
  letter-spacing: 1.5px;
}

.omTit h3 {
  font-size: 24px;
  color: #ab884a;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: normal;
}

.omTit h3 small {
  display: block;
}

.omTit small, .omTit p {
  font-size: 14px;
}

/*
 * -------------------------------
 * ふとんの打ち直し
 * -------------------------------
 */

#content.reform .postWrap {
  padding: 0;
}

#content.reform .postContent {
  padding: 0 25px 25px;
}

.rfTroubles:after {
  content: "";
  display: block;
  clear: both;
}

.rfTroubles li {
  float: left;
  height: 155px;
  width: 155px;
  background-color: #222;
  color: #fff;
  border-radius: 100%;
  position: relative;
}

.rfTroubles li p {
  width: 130px;
  text-align: center;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.rfOverview strong {
  display: inline-block;
  font-weight: normal;
  font-size: 17px;
  color: #c91212;
  margin-bottom: 10px;
}

.rfOverview p {
  font-size: 15px;
}

.rfModule {
  margin-top: 25px;
}

.rfModule:after {
  content: "";
  display: block;
  clear: both;
}

.rfModule.trouble {
  font-weight: normal;
  font-size: 17px;
}

.rfModule.trouble .text {
  line-height: 2.4;
  letter-spacing: 2px;
}

.rfModule.futon section {
  background-color: #f5f2f8;
  position: relative;
}

.rfModule.futon section strong {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 180px;
  font-weight: normal;
  text-align: center;
  background-color: #c91212;
  color: #fff;
  font-size: 18px;
  margin: auto;
  position: absolute;
  left: 0;
  top: -16px;
  right: 0;
}

.rfModule.futon .before {
  position: relative;
}

.rfModule.futon .before:after {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../img/common/ico_banda.png) no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
}

/*
 * -------------------------------
 * 快圧敷ふとん
 * -------------------------------
 */

#content.kaiatsu .postWrap {
  padding: 0;
}

#content.kaiatsu .postContent {
  padding: 32px 25px;
}

#content.kaiatsu .picTit {
  margin: 0;
}

.kaTit {
  color: #fff;
}

.kaTit h3, .kaTit strong {
  font-weight: normal;
}

.kaTit h3 {
  font-size: 26px;
  line-height: 2;
}

.kaTit h3 small {
  display: block;
  font-size: 15px;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.kaTit strong {
  font-size: 18px;
}

.kaPosture > p {
  font-size: 15px;
  line-height: 2;
}

.kaPosture small {
  font-size: 13px;
}

.kaIdeal {
  padding: 25px 35px;
  background-color: #faf6f2;
  color: #635b5d;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.kaIdeal img {
  margin-top: 20px;
}

.kaIdeal h3 {
  font-size: 16px;
  font-weight: normal;
}

.kaIdeal > .inner {
  text-align: center;
}

.kaIdeal p {
  font-size: 15px;
}

.kaPoints {
  margin-top: 50px;
}

.kaPoints:after {
  content: "";
  display: block;
  clear: both;
}

.kaPoints > p {
  line-height: 2;
  font-size: 15px;
}

.kaPoints h3 {
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 50px;
  width: 100%;
  text-align: center;
  letter-spacing: 3px;
  font-size: 18px;
  color: #5f558e;
  border: solid 1px #5f558e;
}

.kaPoints li {
  margin: 0 auto;
  width: 330px;
}

.kaPoints li h4 {
  color: #5f558e;
  font-weight: normal;
  position: relative;
}

.kaPoints li h4 span {
  display: inline-block;
  padding-top: 2px;
  width: 46px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 46px;
  z-index: 1;
  position: relative;
}

.kaPoints li h4 span:before {
  content: "";
  height: 46px;
  width: 46px;
  background-color: #686797;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.kaPoints li h4 strong {
  font-size: 16px;
  font-weight: normal;
  padding-left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.kaPoints li figure {
  height: 282px;
  margin-top: 25px;
  padding: 20px;
  background-color: #f1f4f9;
  border-radius: 4px;
}

.kaPoints li figcaption {
  margin-top: 8px;
}

/*
 * -------------------------------
 * 家具ショー
 * -------------------------------
 */

#content.kagushow {
  background: url(../img/kagushow/bg_kagushow.png) no-repeat, #f7f7f7;
  background-size: 100% auto;
  text-align: center;
}

#content.kagushow > .inner {
  text-align: left;
  font-size: 15px;
}

#content.kagushow .postWrap {
  padding: 0;
}

#content.kagushow .postContent {
  padding: 36px 25px 18px;
}

#content.kagushow .postContent > p {
  margin: 0;
}

h3.ksTit {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

h3.ksTit small {
  display: inline;
  font-size: 18px;
}

.ksLogo {
  margin-bottom: 12px;
  width: 100%;
}

.ksOverview {
  margin-top: 15px;
}

.ksOverview:after {
  content: "";
  display: block;
  clear: both;
}

.ksOverview .btn {
  display: block;
  padding-right: .5em;
  width: 220px;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background-color: #c91212;
  position: relative;
}

.ksOverview .btn:after {
  content: "";
  height: 12px;
  width: 12px;
  background: url(../img/common/ico_angle01_white.png) no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.ksOverview .mapLink img {
  height: 18px;
  width: 46px;
  vertical-align: text-bottom;
}

.ksFlyer {
  display: block;
  margin-top: 30px;
  position: relative;
}

.ksFlyer .comingSoon {
  position: absolute;
  background: rgba(255, 255, 255, .9);
  color: #c91212;

  text-align: center;
}

.ksFlyer .comingSoon strong {
  white-space: nowrap;

  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.btnBoxModule01{


}

/*
 * -------------------------------
 * 快圧敷ふとん
 * -------------------------------
 */

@media screen and (min-width: 768px), print {
  .ksFlyer .comingSoon {
    height: 65%;
    width: 65%;

    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .ksFlyer .comingSoon strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .ksFlyer .comingSoon {
    height: 20%;
    width: 80%;

    margin: auto;
    position: absolute;
    top: 2.5%;
    left: 9.99%;
  }

  .ksFlyer .comingSoon strong {
    font-size: 16px;
  }
}

.ksApply h3 {
  line-height: 46px;
  font-size: 18px;
  background-color: #c91212;
  color: #fff;
  text-align: center;
  font-weight: normal;
  /* margin-bottom: 30px; */
}

.ksApply dt span {
  padding-left: 12px;
  font-size: 16px;
  line-height: 20px;
  border-left: solid 4px #c91212;
}

.ksApply dd {
  font-size: 14px;
}

.ksApply strong {
  margin: 0 8px;
  font-size: 20px;
  font-weight: normal;
}

#content.privacy {
  background: url(../img/privacy/bg_privacy.png) no-repeat, #f7f7f7;
  background-size: 100% auto;
  text-align: center;
}

#content.privacy .postWrap {
  padding: 25px;
  line-height: 1.8;
}

#content.privacy .postContent {
  padding: 0;
}

#content.privacy .postTitle {
  border-top: none;
  margin: 0 0 24px;
  padding: 8px 0 10px;
}

.policies > li {
  position: relative;
  padding-left: 1.25em;
}

.policies > li:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #b50023;
  position: absolute;
  top: 8px;
  left: 0;
}

.policies > li + li {
  margin-top: 12px;
}

.policies p {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.policies p + p {
  margin: 0;
}

#content.coupon {
  background: url(../img/coupon/bg_coupon.png) no-repeat, #f7f7f7;
  background-size: 100% auto;
  text-align: center;
}

#content.coupon > .inner {
  text-align: left;
}

#content.coupon .postWrap {
  padding: 40px 15px;
}

#content.coupon .postContent {
  padding: 0;
  line-height: 1.8;
}

#content.coupon .postContent .text {
  font-size: 15px;
}

h3.cpTit {
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

.couponQR {
  height: 110px;
  width: 100%;
  line-height: 110px;
  padding-left: 110px;
  background-color: #c91212;
  color: #fff;
  border-radius: 6px;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  position: relative;
}

.couponQR img {
  position: absolute;
  top: 14px;
  right: 40px;
}

.couponQR:before {
  content: "";
  height: 52px;
  width: 31px;
  background: url(../img/coupon/ico_smartphone.png) no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  top: 0;
  left: 49px;
  bottom: 0;
}

#content.err404 {
  background: url(../img/404/bg_404.png) no-repeat, #f7f7f7;
  background-size: 100% auto;
  text-align: center;
}

.errorModule {
  margin: 40px 0 30px;
  padding: 58px 25px 55px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.errorModule img {
  margin: 0 auto 20px;
  width: 135px;
}

.errorModule strong {
  display: block;
  margin: 10px 0 25px;
  font-size: 17px;
  font-weight: normal;
  color: #c91212;
  line-height: 1.8;
}

.errorModule p {
  text-align: justify;
  line-height: 2;
}

#content.links {
  background: url(../img/links/bg_links.png) no-repeat, #f7f7f7;
  background-size: 100% auto;
  text-align: center;
}

#content.links .postWrap {
  padding: 25px;
}

#content.links > .inner {
  text-align: left;
}

.linksList li {
  background-color: #f9f8f6;
}

.linksList li h3 {
  font-size: 15px;
  margin-bottom: 5px;
}

.linksList li p {
  font-size: 13px;
}

.linksList li img {
  display: block;
  margin: 0 auto;
  border: solid 1px #dedede;
}

.linksList li a {
  display: inline-block;
  padding-left: 10px;
  text-decoration: none;
  position: relative;
}

.linksList li a:before {
  content: "";
  height: 100%;
  width: 4px;
  background: url(../img/common/ico_mini_angle03.png) no-repeat;
  background-size: 4px 7px;
  background-position: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.linksList li a:after {
  content: "";
  height: 10px;
  width: 12px;
  background: url(../img/common/ico_external_link.png) no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
}

.linksList li a:hover {
  text-decoration: underline;
}

.linksList li + li {
  margin-top: 15px;
}

#content.contact {
  background: url(../img/contact/bg_contact.png) no-repeat, #f7f7f7;
  background-size: 100% auto;
  text-align: center;
  font-size: 15px;
}

.policyBox {
  margin: 21px 0 30px;
  padding: 18px 24px;
  width: 100%;
  line-height: 1.6;
  background-color: #f0f3f9;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.policyBox p {
  font-size: 13px;
  letter-spacing: 2px;
}

.policyBox a.styledLink {
  margin: 15px 0;
}

.policyBox .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 60px;
}

#content.news {
  background: url(../img/news/bg_news.png) no-repeat, #f7f7f7;
  background-size: 100% auto;
  text-align: center;
}

#content.news > .inner {
  text-align: left;
}

.newsFooter {
  text-align: left;
}

#content.news .cardList {
  margin-bottom: 30px;
}

.dateArchive ul {
  overflow: hidden;
}

.dateArchive ul li {
  float: left;
}

.dateArchive ul li:nth-of-type(8) {
  clear: both;
}

.dateArchive dd {
  margin-left: 40px;
}

.dateArchive:not(:first-of-type) dd {
  display: none;
}

.archiveList {
  width: 689px;
  float: left;
}

.newsCatList {
  width: 171px;
  margin-right: 45px;
  float: left;
  border-right: 1px solid #585b5b;
  list-style-type: square;
}

#content.shop {
  text-align: center;
  background: url(../img/shop/bg_shop.png) no-repeat, #f7f7f7;
  background-size: 100% auto;
}

.shopModule {
  position: relative;
}

.shopModule > h2 {
  margin-bottom: 20px;
  line-height: 34px;
  padding-left: 32px;
  font-size: 16px;
  color: #fff;
  background-color: #222;
  position: relative;
}

.shopModule > h2:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 16px;
}

.shopModule + .shopModule {
  margin-top: 40px;
}

.shopMap {
  height: 300px;
  width: 100%;
}

.shopImage {
  margin-bottom: 22px;
}

.shopImage li img {
  width: 100%;
  vertical-align: middle;
}

.shopInfo {
  margin-top: 24px;
}

.shopInfo address {
  line-height: 1.8;
}
.shopInfo address img{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
}
.shopInfo address strong{
  line-height: 1.4em !important;
  display: block;
  color: #613000;
}

.shopInfo h3 {
  font-size: 16px;
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 12px;
  padding-bottom: 2px;
}

.shopInfo address {
  font-family: '游ゴシック', YuGothic, 'Yu Gothic Medium', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.shopInfo a.styledLink {
  margin: 15px 0 0;
}


/*
 * -------------------------------
 * リンクボタン（360度画像）
 * -------------------------------
 */

.btnBoxModule01{
    padding: 25px 0px 0px;
    clear: both;
    text-align :center;
}

.btnBoxModule01 p{
  font-weight: bold;
}
.btnBoxModule01 .inner{
	text-align :center;
	margin : 10px 0 30px;
}
.btnBoxModule01 .inner a{
	margin: 0 3px 10px 3px!important;
}
.btnBoxModule01 .inner a{
    width : 300px;
	display : inline-block;
	margin : 0 20px 10px 0;
	text-align : center;
	border : #C91312 2px solid;
	border-radius: 6px;
	color : #C91312;
	font-size : 13px;
	font-weight : bold;
	padding : 13px 0 13px 10px;
    box-sizing: border-box;
	background: url(../img/common/ico_arrow02_big.png) no-repeat 10px center;
	background-size: 8px 12px;
    text-decoration: none;
}
.btnBoxModule01 .inner a:hover{
    transition: opacity 0.3s ease-out;
    opacity: 0.6;
}

@media (max-width: 767px){
    .btnBoxModule01 .inner{
    	margin-bottom : 25px;
    }
    .btnBoxModule01.type2 .inner{
    	margin-bottom : 0px;
    }
    .btnBoxModule01 p{
      text-align: left;
    }
    .btnBoxModule01 .inner a{
        width : 100%;
    	display : block;
    	margin-bottom : 10px;
    	text-align : center;
    	border : #C91312 2px solid;
    	border-radius: 6px;
    	color : #C91312;
    	font-size : 15px;
    	padding : 20px 0;

    }
}


/*
 * -------------------------------
 * LPアーカイブ
 * -------------------------------
 */

#lp_archive .each{
  margin-bottom: 30px;
}

#lp_archive a{
  display: block;
  background-color: #FFF;
  padding: 10px;
  border: solid 1px #f5dcd0;
  box-shadow: 0 0 10px #555;
}

#lp_archive h3{
  color: #993300;
  font-size: 130%;
  margin-top: 0;
  margin-bottom: 0.5em;
}

#lp_archive table{
  width: 100%;
  border-top: solid 1px #f5dcd0;
}

#lp_archive table td,
#lp_archive table th{
  border-bottom: solid 1px #f5dcd0;
  padding: 5px;
}

#lp_archive table th{
  width: 8em;
  background-color: #fff0e6;
  color: #3b1400;
}

/*
 * ######################################################
 * スマホ表示
 * ######################################################
 */

@media screen and (max-width: 767px) {


  .pcOnly {
    display: none;
  }

  .kaPoints h3 {
    letter-spacing: 1px;
  }

  .pagination {
    width: 300px;
  }
  .pagination02 .index {
    margin-top: 30px;
  }
  dd {
    margin-top: 5px;
  }
  .formModule .wpcf7-back + .wpcf7-submit {
    margin-top: 15px;
  }
  select.custom,
  .formModule input[type=text],
  .formModule input[type=email],
  .formModule input[type=tel],
  .formModule textarea {
    font-size: 16px;
  }

  /*
   * -------------------------------
   * ナビゲーション
   * -------------------------------
   */

  #globalNav #toggleNav {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #globalNav #toggleNav:before {
    content: "";
    height: 25px;
    width: 19px;
    background: url(../img/common/btn_toggle-menu.png) no-repeat;
    background-size: contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #globalNav #toggleNav.opened {
    background-color: #c91212;
  }
  #globalNav #toggleNav.opened:before {
    height: 16px;
    width: 15px;
    background-image: url(../img/common/ico_close.png);
  }
  #globalNav nav {
    display: none;
    padding-top: 35px;
    height: 618px;
    max-height: 618px;
    width: 100%;
    background-image: url('../img/common/globalNav_bg.jpg');
    position: absolute;
    top: 50px;
    left: 0;
    overflow-y: scroll;
    z-index: 9999;
  }
  #globalNav nav ul{
    margin-bottom: 40px;
  }
  #globalNav nav li a {

    padding: 12px 0;
  }
  #globalNav nav .groupLink {
    font-size: 12px;
  }
  #globalNav nav .groupLink img {
    height: 10px;
    width: 150px;
  }
  #globalNav nav #closeNav {
    height: 70px;
    width: 100%;
    vertical-align: bottom;
    background: url(../img/common/btn_close-gnavi.png) no-repeat, #b30909;
    background-size: auto 70px;
    background-position: center;
  }
  #globalNav nav.opened {
    display: block;
  }
  #globalNav .shopinfo{
    display: none;
  }
  #globalNav .groupLink {
    margin-bottom: 40px;
  }

  /*
   * -------------------------------
   * 一覧の記事リスト
   * -------------------------------
   */

  .card {
    margin: 0 auto;
  }
  .cardList li + li {
    margin-top: 30px;
  }

  /*
  * -------------------------------
  * トップページ 最新イベント情報
  * -------------------------------
  */

  .lpModule .inner {
    padding: 0 25px;
  }

  .lpModule .lp_each a{
    padding: 10px 2em 10px 10px;
  }
  .lpModule .lp_each a::after {
    font-size: 18px;
    right: 0.5em;
  }


  /*
   * -------------------------------
   * 眠りと寝具の話
   * -------------------------------
   */

   .columnModule .inner{
     display: block;
     padding: 0 25px;
   }
   .columnModule .inner a{
     width: 100%;
     margin-top: 15px;
   }
   .columnModule .inner a:first-child{
     margin-top: 0;
   }

   .columnModule .inner a .box{
     height: 170px;
   }

  /*
   * -------------------------------
   * トップページ 新着情報
   * -------------------------------
   */

  .newsModule .inner{
    padding: 0 25px;
  }

  .newsModule table,
  .newsModule tbody,
  .newsModule tr,
  .newsModule td.title{
    display: block;
    width: 100%;
  }
  .newsModule td.date,
  .newsModule td.label{
    display: inline-block;
  }
  .newsModule table td.date{
    width: 9em;
    border-bottom: none;
    font-weight: bold;
    padding: 15px 0 3px;
  }
  .newsModule table td.label{
    padding: 13px 0 0;
    border-bottom: none;
  }
  .newsModule table td.title{
    padding: 15px 0;
  }
  .newsModule table tr:first-child td.date,
  .newsModule table tr:first-child td.label{
    padding-top: 0;
  }

  .newsModule .link ul{
    display: block;
  }
  .newsModule .link a{
    display: block;
    background-color: #DDD;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0 0;
    font-weight: bold;
  }

  /*
   * -------------------------------
   * トップページ 商品情報
   * -------------------------------
   */

  .productModule .inner{
    padding: 0 25px;
  }
  .productModule ul{
    display: block;
  }
  .productModule li{
    width: 100%;
    margin-bottom: 10px;
    background-size: cover;
    border: solid 1px #DDD;
  }
  .productModule li a{
    height: 130px;
    font-size: 20px;
  }
  .productModule li.dummy{
    display: none;
  }

  /*
   * -------------------------------
   * トップページバナー
   * -------------------------------
   */

  .bannerModule > .inner {
    margin: 0 25px;
  }

  .bannerModule .banner {
    width: 100%;
  }
  .bannerModule .banner.bannerKaguShow {
    margin: 40px 0 35px;
  }
  .bannerModule .banner.bannerTenGood {
    margin: 20px 0;
  }
  .bannerModule .banner img {
    width: 100%;
  }
  .bannerList li + li {
    margin-top: 25px;
  }

  /*
   * -------------------------------
   * トップページ 店舗情報
   * -------------------------------
   */
  .homeShopInfoModule{
    display: block;
  }

  /*
   * -------------------------------
   * 商品紹介おすすめ記事
   * -------------------------------
   */

  .recommends .recommendList li + li {
    margin-top: 30px;
  }
  .picTit {
    margin-top: 20px;
  }
  .productContact .btn {
    margin-top: 10px;
    width: 100%;
  }
  .contactShop {
    margin-top: 15px;
  }
  .contactShop a.styledLink {
    display: block;
    margin: 5px 0;
  }
  .omTit {
    padding: 25px 25px 0;
  }
  .omPoints strong {
    width: 240px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .omPoints li:first-of-type {
    padding-bottom: 10px;
  }
  .omPoints li:nth-of-type(2) {
    padding: 10px 0;
  }
  .omPoints li:last-of-type {
    padding-top: 10px;
  }
  .omPoints li + li {
    border-top: solid 1px #8b7b39;
  }
  .omModule.posture .img {
    margin: 5px 0 25px;
    text-align: center;
  }
  .omModule.posture .img img {
    width: 278px;
  }
  .omModule.figure {
    margin-top: 20px;
  }
  .omModule.figure .img {
    margin-top: 25px;
  }
  .omModule.futon {
    margin: 0 -30px;
  }
  .omModule.futon img {
    padding: 0 5px;
  }
  .omModule.futon section {
    padding: 40px 25px 30px;
  }
  .omModule.futon section h3 {
    margin-bottom: 28px;
  }
  .omModule.futon section + section {
    margin-top: 60px;
  }
  .omModule.futon section p {
    margin-bottom: 10px;
  }
  .omModule.futon section .product {
    margin-bottom: 25px;
  }
  .omModule.futon small {
    margin-bottom: 12px;
  }
  #content.reform .contactShop {
    margin-top: 25px;
  }
  .rfTroubles {
    width: 324px;
    margin: 26px auto 0;
  }
  .rfTroubles li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .rfTroubles li:nth-of-type(2n+1) {
    margin-right: 14px;
    clear: both;
  }
  .rfOverview {
    margin-top: 35px;
  }
  .rfOverview img {
    margin-top: 10px;
  }
  .rfModule.trouble .text {
    margin: 0 25px;
  }
  .rfModule.trouble img {
    margin-top: 12px;
  }
  .rfModule.futon {
    margin-top: 52px;
    margin: 52px -25px 0;
  }
  .rfModule.futon section {
    padding: 16px 25px;
  }
  .rfModule.futon section strong {
    border-radius: 8px;
  }
  .rfModule.futon section + section {
    margin-top: 52px;
  }
  .rfModule.futon .after {
    margin-top: 25px;
  }
  .kaTit h3 {
    height: 22%;
    text-align: center;
    position: absolute;
    top: 10.5%;
    left: 0;
    right: 0;
  }
  .kaTit h3 > div {
    width: 100%;
  }
  .kaTit strong {
    height: 28.9%;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .kaTit span {
    padding: 0 25px;
  }
  .kaTit h3 > div,
  .kaTit strong > span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .kaIdeal {
    margin: 15px -100% 0;
    padding: 20px 100%;
  }
  .kaIdeal .inner {
    margin: 0 auto;
    width: 280px;
  }
  .kaIdeal p {
    margin-top: 20px;
    text-align: left;
  }
  .kaPoints li {
    margin-top: 30px;
  }
  .productContact {
    margin-top: 15px;
  }
  .ksOverview .btn {
    margin: 20px auto 0;
  }
  .ksFlyer li + li {
    margin-top: 10px;
  }
  .couponImg {
    margin-bottom: 16px;
  }
  #content.coupon .text {
    padding: 0 10px;
  }
  .linksList li {
    margin: 0 -100%;
    padding: 30px 100%;
  }
  .linksList li img {
    margin-bottom: 15px;
  }
  .newsFooter {
    padding: 30px 0;
  }
  .newsFooter .inner {
    margin: 0 auto;
    width: 325px;
  }
  .newsFooter .selectric-wrapper + .selectric-wrapper {
    margin-top: 15px;
  }
  .shopImage li + li {
    margin-top: 23px;
  }
  .shopInfo dd {
    margin-top: 20px;
  }

  #content:not(.home) > .inner {
    margin-bottom: 50px;
  }

  #content:not(.home) {
    margin-bottom: -50px;
  }

  #content.news > .inner {
    margin-bottom: 197px;
  }

  .newsFooter {
    margin-top: -197px;
  }


  /*
   * -------------------------------
   * LPアーカイブ
   * -------------------------------
   */
  #lp_archive{
    padding: 0 10px;
  }

  #lp_archive a{
    box-shadow: 0 0 5px #555;
  }

  #lp_archive h3{
    line-height: 1.4em;
  }

  #lp_archive table,
  #lp_archive tbody,
  #lp_archive tr{
    display: block;
  }

  #lp_archive table td,
  #lp_archive table th{
    display: block;
    width: 100%;
  }

  #lp_archive table th{

    background-color: #fff0e6;
    color: #3b1400;
  }

}

/*
 * ######################################################
 * PCのみ
 * ######################################################
 */

@media screen and (min-width: 768px), print {
  .smOnly {
    display: none;
  }

  body {
    min-width: 1180px;
  }
  #content {
    width: 100%;
    padding-left: 230px;
  }
  #content > .inner {
    width: 960px;
    margin: 0 auto;
  }
  .titType01 {
    margin-bottom: 35px;
    border-width: 1px;
  }
  .titType02 small {
    font-size: 15px;
  }
  .pagination02 {
    height: 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .pagination02 .prev, .pagination02 .next {
    line-height: 50px;
  }
  .pagination02 .index {
    width: 280px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
  }
  .postWrap {
    padding: 40px 50px 30px;
    margin-bottom: 30px;
  }
  .postTitle {
    padding: 42px 54px 34px;
  }
  .formModule input[type=text],
  .formModule input[type=tel] {
    width: 400px;
  }
  .formModule dl {
    display: table;
    width: 100%;
  }
  .formModule dt, .formModule dd {
    display: table-cell;
    vertical-align: top;
  }
  .formModule dt {
    width: 208px;
  }
  .formModule .wpcf7-confirm,
  .formModule .wpcf7-submit,
  .formModule .wpcf7-back {
    display: inline-block;
    width: 240px;
  }
  .formModule .wpcf7-submit {
    margin-left: 20px;
  }
  .formModule .fw {
    width: 100%;
  }
  .wpcf7Confirm {
    font-size: 0;
    text-align: center;
  }
  select.custom {
    font-size: 14px;
  }
  #globalNav {
    height: 100%;
    width: 230px;
    background-image: url('../img/common/globalNav_bg.jpg');
    box-shadow: 0 0  10px 1px #888;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #globalNav nav{
    height: auto !important;
    margin-bottom: 30px;
  }
  #globalNav ul{
    line-height: 2.8em;
    margin-bottom: 10px;
  }
  #globalNav .shopinfo{
    background-color: rgba(255,255,255,0.7);;
    margin: 0 10px;
    text-align: left;
    padding: 7px;
    border-radius: 5px;
    line-height: 1.4em;
    font-size: 90%;
  }
  #globalNav .name{
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 10px;
  }
  #globalNav .address{
    margin-bottom: 10px;
  }
  #globalNav .tel strong{
      font-size: 120%;
      color: #470005;
  }
  #globalNav .navLogo {
    padding: 25px 0 0 0;
    display: block;
    text-align: center;
  }
  #globalNav .navLogo img {
    height: 116px;
    width: 86px;
  }

  #globalNav .groupLink {

  }
  .footer {
    height: 60px;
    line-height: 60px;
    padding-left: 210px;
    font-size: 11px;
    text-align: center;
  }
  .footer p {
    padding-right: 60px;
  }
  .cardList li {
    float: left;
  }
  .cardList li:nth-of-type(n + 4) {
    margin-top: 34px;
  }
  .cardList li:nth-of-type(3n - 1) {
    margin-left: 30px;
    margin-right: 30px;
  }
  #bxslider.ready .caption {
    color: #fff;
    text-align: right;
    font-size: 13px;
    position: absolute;
    bottom: 18px;
    right: 30px;
  }
  .recommendList li {
    float: left;
  }
  .recommendList li:nth-of-type(2) {
    margin-left: 31px;
    margin-right: 28px;
  }

  .bannerModule > .inner {
    padding: 50px 0 60px;
  }
  .bannerModule .banner {
    float: left;
  }
  .bannerModule .banner.bannerKaguShow {
    margin: 40px 0;
  }
  .bannerModule .banner.bannerTenGood {
    margin-left: 20px;
  }
  .bannerList li {
    float: left;
  }
  .bannerList li dl {
    width: 310px;
  }
  .bannerList li + li {
    margin-left: 15px;
  }
  #content.products {
    background: url(../img/products/bg_products_pc.png) no-repeat, #f7f7f7;
    background-size: 100% auto;
  }
  #content.products .cardList {
    margin-bottom: 40px;
  }
  #content.products .cardList .cardLabel {
    width: 94px;
  }
  .recommends {
    margin-bottom: 40px;
    padding: 15px;
    border-radius: 6px;
  }
  .recommends .recommendList li figure {
    margin-bottom: 10px;
  }
  .recommends .recommendList li p {
    margin-right: 1em;
  }
  .recommends .recommendList li:nth-of-type(2) {
    margin-left: 16px;
    margin-right: 13px;
  }
  .categoryList li {
    position: relative;
  }
  .categoryList li:before {
    content: "";
    height: 8px;
    width: 5px;
    background: url(../img/common/ico_mini_angle.png) no-repeat;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
  }
  .productContact {
    margin: 50px auto 0;
    width: 695px;
  }
  .productContact p {
    width: 420px;
    float: left;
  }
  .productContact a.btn {
    width: 240px;
    float: right;
  }
  .contactShop {
    margin: 35px auto 0;
    width: 420px;
    line-height: 30px;
  }
  .contactShop a.styledLink {
    margin: 0;
    float: right;
    line-height: 30px;
  }
  #content.ordermade .pagination02 {
    margin-bottom: 58px;
  }
  .omTit {
    width: 400px;
    position: absolute;
    top: 184px;
    left: 50px;
  }
  .omTit h3 {
    margin-bottom: 25px;
  }
  .omTips {
    width: 362px;
    position: relative;
  }
  .omTips:before {
    content: "";
    height: 0;
    width: 0;
    border: solid 8px transparent;
    border-right: solid 16px #564b3c;
    margin: auto;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
  }
  .omIdeal {
    width: 540px;
  }
  .omModule {
    position: relative;
  }
  .omModule:after {
    content: "";
    display: block;
    clear: both;
  }
  .omModule .left {
    float: left;
  }
  .omModule .right {
    float: right;
  }
  .omModule.posture {
    margin: 35px auto 0;
    width: 690px;
  }
  .omModule.posture .img {
    width: 327px;
    padding-right: 49px;
  }
  .omModule.posture .content .omTips {
    position: absolute;
    bottom: 0;
  }
  .omModule.figure {
    margin: 60px auto 0;
    width: 820px;
  }
  .omModule.figure h3 {
    margin-bottom: 15px;
  }
  .omModule.figure p {
    margin-bottom: 32px;
  }
  .omModule.figure .img {
    width: 374px;
    padding-right: 64px;
  }
  .omModule.figure .content {
    width: 446px;
  }
  .omModule.figure .content img {
    height: 391px;
  }
  .omModule.futon section {
    width: 410px;
    border-radius: 6px;
    float: left;
  }
  .omModule.futon section p {
    margin: 0 30px 10px;
  }
  .omModule.futon section small {
    margin: 0 30px 18px;
  }
  .omModule.futon section.futon p {
    margin: 0 30px 20px;
  }
  .omModule.futon section + section {
    margin-left: 40px;
  }
  .omModule.futon section .product img {
    padding: 0;
  }
  .omModule.futon section img {
    padding: 0 30px;
  }
  .omPoints {
    margin: 78px 0 90px;
  }
  .omPoints:after {
    content: "";
    display: block;
    clear: both;
  }
  .omPoints strong {
    width: 160px;
    left: 18px;
  }
  .omPoints li {
    width: 33.3%;
    float: left;
    text-align: center;
    line-height: 64px;
  }
  .omPoints li:nth-of-type(2) {
    line-height: 32px;
    border-left: solid 1px #8b7b39;
    border-right: solid 1px #8b7b39;
  }
  .omPoints li:nth-of-type(2) span {
    display: inline-block;
    width: 2em;
  }
  #content.reform .postContent {
    padding: 0 50px 40px;
  }
  #content.reform .pagination02 {
    margin-bottom: 58px;
  }
  .rfTroubles li {
    height: 120px;
    width: 120px;
  }
  .rfTroubles li p {
    font-size: 13px;
  }
  .rfTroubles li + li {
    margin-left: 10px;
  }
  .rfOverview:after {
    content: "";
    display: block;
    clear: both;
  }
  .rfOverview img {
    height: 284px;
    width: 414px;
    float: left;
  }
  .rfOverview .text {
    width: 375px;
    float: right;
  }
  .rfModule.trouble {
    margin: 40px 50px 84px;
    height: 284px;
    position: relative;
  }
  .rfModule.trouble .text {
    position: absolute;
    top: 1.8em;
    left: 88px;
    z-index: 1;
  }
  .rfModule.trouble .img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .rfModule.trouble .img img {
    height: 284px;
    width: auto;
  }
  .rfModule.trouble .rfTroubles {
    position: absolute;
    left: 0;
    bottom: -39px;
  }
  .rfModule.futon {
    margin-top: 94px;
  }
  .rfModule.futon section {
    padding: 38px 16px 0;
    height: 584px;
    width: 408px;
    float: left;
  }
  .rfModule.futon section p {
    padding-left: 16px;
  }
  .rfModule.futon section strong {
    border-radius: 36px;
  }
  .rfModule.futon section + section {
    margin-left: 40px;
  }
  .rfModule.futon .after {
    margin-top: 30px;
  }
  #content.kaiatsu .postContent {
    padding: 45px 114px;
  }
  #content.kaiatsu .pagination02 {
    margin-bottom: 58px;
  }
  .kaTit h3, .kaTit strong {
    position: absolute;
    left: 635px;
  }
  .kaTit h3 {
    top: 95px;
  }
  .kaTit strong {
    top: 235px;
    line-height: 2.1;
  }
  .kaIdeal {
    margin: 40px auto 0;
    width: 540px;
    border-radius: 6px;
  }
  .kaIdeal img {
    width: 380px;
  }
  .kaIdeal p {
    margin-top: 22px;
    text-align: center;
  }
  .kaPoints {
    margin: 60px auto 0;
    width: 700px;
  }
  .kaPoints li {
    margin-top: 30px;
    float: left;
  }
  .kaPoints li:nth-of-type(2n) {
    margin-left: 32px;
  }
  .kaPoints li:nth-of-type(2n + 1) {
    clear: both;
  }
  .productContact {
    margin-top: 60px;
  }
  #content.kagushow {
    background: url(../img/kagushow/bg_kagushow_pc.png) no-repeat, #f7f7f7;
    background-size: 100% auto;
  }
  #content.kagushow .postContent {
    padding: 42px 100px 85px;
  }
  h3.ksTit {
    margin-bottom: 40px;
  }
  .ksLogo {
    margin-bottom: 32px;
  }
  .ksOverview {
    margin-top: 20px;
  }
  .ksOverview p {
    float: left;
  }
  .ksOverview .btn {
    float: right;
  }
  .ksFlyer {
    margin: 35px auto 0;
    padding: 0 44px;
  }
  .ksFlyer:after {
    content: "";
    display: block;
    clear: both;
  }
  .ksFlyer li {
    width: 325px;
    float: left;
  }
  .ksFlyer li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .ksFlyer li:nth-of-type(2n) {
    margin-left: 22px;
  }
  .ksApply dl {
    display: table;
  }
  .ksApply dl + dl {
    margin-top: 15px;
  }
  .ksApply dt {
    width: 230px;
  }
  .ksApply dt, .ksApply dd {
    display: table-cell;
  }
  #content.privacy {
    background: url(../img/privacy/bg_privacy_pc.png) no-repeat, #f7f7f7;
    background-size: 100% auto;
  }
  #content.privacy .postWrap {
    padding: 58px 50px 45px;
  }
  #content.privacy .postTitle {
    padding: 8px 0 22px;
    margin-bottom: 36px;
  }
  #content.coupon {
    background: url(../img/coupon/bg_coupon_pc.png) no-repeat, #f7f7f7;
    background-size: 100% auto;
  }
  #content.coupon .postWrap {
    padding: 50px 100px 60px;
  }
  #content.coupon .text {
    margin: 28px 20px 30px;
  }
  .couponImg {
    text-align: center;
  }
  h3.cpTit {
    margin-bottom: 33px;
  }
  #content.err404 {
    background: url(../img/404/bg_404_pc.png) no-repeat, #f7f7f7;
    background-size: 100% auto;
  }
  .errorModule {
    margin: 56px auto 57px;
    padding: 120px 0;
    width: 960px;
    line-height: 2;
  }
  .errorModule strong {
    margin: 10px 0 18px;
    line-height: 2;
  }
  .errorModule img {
    margin-bottom: 80px;
    width: 187px;
  }
  .errorModule p {
    text-align: center;
  }
  #content.links {
    background: url(../img/links/bg_links_pc.png) no-repeat, #f7f7f7;
    background-size: 100% auto;
  }
  #content.links .postWrap {
    margin-bottom: 50px;
    padding: 50px;
  }
  .linksList li {
    line-height: 1.9;
    padding: 31px 0 31px 50px;
  }
  .linksList li:after {
    content: "";
    display: block;
    clear: both;
  }
  .linksList li h3 {
    margin-bottom: 12px;
  }
  .linksList li p {
    margin-bottom: 28px;
  }
  .linksList li img, .linksList li .content {
    float: left;
  }
  .linksList li .content {
    margin-left: 30px;
    width: 490px;
  }
  .linksList li + li {
    margin-top: 16px;
  }
  #content.contact {
    background: url(../img/contact/bg_contact_pc.png) no-repeat, #f7f7f7;
    background-size: 100% auto;
  }
  #content.contact .postWrap {
    padding: 60px 100px 50px;
  }
  .policyBox {
    padding: 35px 40px;
    margin-top: 25px;
  }
  .policyBox .confirmForm {
    text-align: center;
  }
  #content.news {
    background: url(../img/news/bg_news_pc.png) no-repeat, #f7f7f7;
    background-size: 100% auto;
  }
  #content.news .wp-pagenavi {
    margin-bottom: 60px;
  }
  #content.news .cardList {
    margin-bottom: 41px;
  }
  .newsFooter {
    min-height: 220px;
    width: 100%;
    color: #fff;
    background-color: #3e4040;
    letter-spacing: 0;
    font-size: 13px;
    padding: 42px 0;
    line-height: 1.8;
  }
  .newsFooter a {
    color: #fff;
  }
  .newsFooter a:hover {
    text-decoration: underline;
  }
  #content.shop {
    background: url(../img/shop/bg_shop_pc.png) no-repeat, #f7f7f7;
    background-size: 100% auto;
  }
  #content.shop .postWrap {
    padding: 57px 50px 50px;
  }
  .shopModule {
    padding: 50px;
    background-color: #f9f8f6;
  }
  .shopModule h2 {
    width: 300px;
    position: absolute;
    top: -17px;
    left: 21px;
  }
  .shopModule + .shopModule {
    margin-top: 67px;
  }
  .shopMap {
    margin-left: auto;
    height: 500px;
    width: 380px;
    border: solid 4px #fff;
  }
  .shopInfo {
    display: table;
    width: 100%;
  }
  .shopInfo dt {
    width: 360px;
  }
  .shopInfo dt, .shopInfo dd {
    display: table-cell;
    vertical-align: top;
  }
  .shopInfo dd {
    padding-left: 20px;
  }
  .shopImage li {
    float: left;
    width: 372px;
  }
  .shopImage li + li {
    margin-left: 12px;
  }

  .newsFooter {
    margin-top: -280px;
    padding-left: 180px;
  }

  .newsFooter .inner {
    margin: 0 auto;
    width: 960px;
  }

  #content.news ~ .footer {
    margin: 0;
  }

  #content:not(.home) > .inner {
    padding: 0 20px;
    width: 1000px;
    margin-bottom: 60px;
  }

  #content.news .inner {
    margin-bottom: 280px;
  }

  #content:not(.home) + .footer {
    margin-top: -60px;
  }

  #content.news .wp-pagenavi {
    margin-bottom: 32px;
  }
}

#content {
  min-height: 100%;
}

#content:not(.home) > .inner {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #content.products.detail .pagination02 {
    margin-bottom: 35px;
  }
}

@media print {
  #globalNav {
    display: none;
  }

  #content {
    padding: 0;
  }

  #content > .inner {
    margin: 0;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.ksApply {
  margin-top: 20px;
}

.shopInfo address + p {
  margin-top: 20px;
}

.ksApply h3 a {
  display: block;

  color: #fff;

  text-decoration: none;

  background: url(../img/common/btn_next-link.png) no-repeat right 15px center;
  background-size: 28px 28px;
}

.ksApplyText {
  margin: 15px 0 20px;

  font-size: 14px;

  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .ksApplyText {
    text-align: center;
  }
}

.ksFlyer ul li a {
  display: block;
  padding: 8px;
  border: solid 1px #d6d6d6;
}

.calender-text{
  color: #f00; 
  font-size: 14px; 
  font-weight: 700; 
  margin-top: 5px; 
  margin-bottom: 20px; 
  padding-left: 208px; 
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .calender-text{
    padding-left: 1em;
    text-indent: -1em; 
  }
}

.calender-icon{
  width: 13px;
  display: inline-block;
  margin: 0 2px;
  line-height: 1;
  position: relative;
  top: 1px;
}
.calender-icon img{
  display: block;
}