@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

#js-seo_info {
  background-color: #efefef;
}

.acms-admin-edit-info {
  margin: 0;
  border: 0;
}


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/* ------------------------------

ベース

------------------------------ */
body {
  background: #FFF;
  color: #000;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.7;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* ボーダーボックス */
*,
*::after,
*::before {
  box-sizing: border-box;
}

/*画像の下の空きを消す*/
img {
  vertical-align: bottom;
}

/*コンテナー*/
.acms-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}


/* ------------------------------

ヘッダー

------------------------------ */
/*ラッパー*/
.header-wrapper {
  position: relative;
  margin: 0 0 20px 0;
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
}

/*コンテナー*/
.header-container {
  position: relative;
}

/*ロゴ*/
.logo {
  height: 60px;
  margin: 0;
  padding: 5px 0 10px 0;
  text-align: center;
}

.logo img {
  height: 100%;
  width: auto;
}

@media screen and (min-width:1024px),
print {
  .logo {
    height: 123px;
    margin: 30px 0;
  }
}

/*ハンバーガーボタン*/
.open-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.open-btn-container {
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
}

.open-btn-container:focus {
  outline: 0;
}

[class*=open-btn-line] {
  display: block;
  position: absolute;
  right: 15px;
  width: 30px;
  height: 1px;
  background: #000;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}

.open-btn-line01 {
  top: 19px;
}

.open-btn-line02 {
  top: 29px;
}

.open-btn-line03 {
  top: 39px;
}

@media screen and (min-width:1024px),
print {

  /*ハンバーガーボタン*/
  .open-btn {
    display: none;
  }
}

/*電話番号*/
.header-info {
  display: none;
}

@media screen and (min-width:1024px),
print {
  .header-info {
    display: block;
    position: absolute;
    right: 0;
    top: 35px;
    text-align: center;
  }

  .h-phone {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin: 0 0 8px 0;
  }

  .h-phone i {
    margin-right: 5px;
  }

  .h-closing,
  .h-holiday {
    font-size: 10px;
    letter-spacing: 0.12em;
    margin: 0;
  }
}


/*グローバルナビ（SP）*/
.gnav-group {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gnav-link {
  position: relative;
  display: block;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.12em;
}

.gnav-link:focus {
  outline: 0;
}

.gnav-link span {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 10px;
  font-weight: normal;
}

/*スマホでサブメーニューを開くボタン*/
@media screen and (max-width:1023px) {
  .gnav-item {
    position: relative;
    border-bottom: solid 1px #e5e5e5;
  }
}

.sub-opener {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  border: 0;
}


.icon-plus {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: solid 1px #666;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  margin: -10px -10px 0 0;
}

.icon-plus::before,
.icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10px;
  height: 1px;
  margin: 0 -5px 0 0;
  background: #666;
}

.icon-plus::after {
  transform: rotate(90deg);
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}

.sub-opener.sub-open .icon-plus::after {
  transform: rotate(0);
}


@media screen and (min-width:1024px) {
  .sub-opener {
    display: none;
  }
}


/*サブメニュー*/
.sub-menu {
  display: none;
}

.sub-menu-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-menu-link {
  display: block;
  padding: 5px 20px 5px 30px;
  font-size: 10px;
  text-decoration: none;
  color: #000;
}


/*グローバルナビ（PC）*/
.pc-global {
  display: none;
  background: #fff;
  width: 100%;
}

@media screen and (min-width:1024px),
print {

  .pc-global {
    display: block;
  }

  .global {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
  }

  .gnav-group {
    text-align: center;
  }

  .gnav-item {
    display: inline-block;
  }

  .gnav-item + .gnav-item {
    margin: 0 0 0 50px;
  }

  .gnav-link {
    position: relative;
    padding: 0 5px 25px 5px;
    text-align: center;
  }

  .gnav-link.hassub {
    background: url(../../images/arrow_b_bl.png) no-repeat right 5px top 7px;
    background-size: 0.8em auto;
    padding: 0 20px 25px 5px;
  }

  .gnav-link span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 10px;
    font-weight: normal;
  }

  .gnav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #000;
    transform: scaleX(0);
    -webkit-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
  }

  .gnav-link.ganav-active:after {
    transform: scaleX(1);
  }

  /*サブメニュー*/
  .sub-menu {
    /*.header-wrapperにabsolute*/
    position: absolute;
    top: 100.5%;
    left: 0;
    z-index: 100;
    background: #fff;
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
    display: none;
  }

  .sub-menu-group {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
  }

  .sub-menu-group::after {
    content: "";
    display: block;
    clear: both;
  }

  .sub-menu-item {
    float: left;
    width: 25%;
  }

  .sub-menu-item:nth-child(4n+1) {
    clear: both;
  }

  .sub-menu-link {
    padding: 10px;
    font-size: 12px;
    border-right: solid 1px #bbb;
  }

  .sub-menu-item:first-child .sub-menu-link,
  .sub-menu-item:nth-child(4n+1) .sub-menu-link {
    border-left: solid 1px #bbb;
  }

  .sub-menu-link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width:1150px),
print {
  .gnav-item + .gnav-item {
    margin: 0 0 0 70px;
  }
}

/* ------------------------------

フッター

------------------------------ */
/*snsのリンク*/
.sns-link {
  background: #8d8d8d;
  padding: 15px 0 20px 0;
}

.sns-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.12em;
  font-weight: bold;
  color: #fff;
}

.sns-list-item {
  display: inline-block;
  margin: 0 8px;
}

.sns-list-item a {
  color: #fff;
  text-decoration: none;
  font-size: 29px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.sns-list-item a:hover {
  opacity: 0.7;
}

.sns-list-title {
  display: block;
  font-size: 15px;
}

.instagram-white {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../images/instagram_wh.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (min-width:480px) {
  .sns-list-title {
    display: inline-block;
    padding-right: 10px;
  }
}

/*情報*/
.footer-info {
  background: #7b7b7b;
  color: #fff;
}

.footer-info-container {
  padding-top: 50px;
  padding-bottom: 20px;
}

/*店名まわり*/
.footer-name {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}

.footer-name a {
  color: #fff;
  text-decoration: none;
}

.footer-store {
  font-size: 12px;
}

.footer-store dt {
  float: left;
  width: 5em;
}

.footer-store dd {
  margin: 0 0 5px;
  padding: 0 0 0 5em;
}

.footer-store dd a {
  color: #fff;
}

@media screen and (min-width: 480px) {
  .footer-store dd a {
    text-decoration: none;
  }
}

/*カレンダー*/
.calendar-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}

.calendar-title span {
  font-size: 12px;
  font-weight: normal;
}

.shiromaru {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;

}

.calendar-group {
  text-align: center;
}

.calendar {
  display: inline-block;
  margin-bottom: 20px;
}

.calendar-inner {
  display: table;
}

.cal-mon,
.cal-table {
  display: table-cell;
}

.cal-mon {
  font-size: 18px;
  font-weight: bold;
  vertical-align: top;
  padding: 0 15px 0 5px;
}

.cal-table th,
.cal-table td {
  text-align: center;
  font-size: 12px;
  padding: 1em 0.65em 0.5em;
  line-height: 1;
}

.calendar thead th {
  padding: 0 0 0.5em 0;
  border-bottom: solid 1px #fff;
}

.cal-table td div {
  width: 1.6em;
  position: relative;
}

.cal-table td div span {
  position: relative;
  z-index: 1;
}

.cal-table td.teikyu div {
  color: #000;
}

.cal-table td.teikyu div::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.3em;
  width: 1.6em;
  height: 1.6em;
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}

.copyrights {
  text-align: center;
  font-size: 12px;
  margin: 20px 0 0;
}

@media screen and (min-width: 480px),
print {

  .calendar:first-child {
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px),
print {

  .cal-table th,
  .cal-table td {
    padding: 1em 0.45em 0.5em;
  }

  .calendar-group {
    text-align: left;
  }
}

/*トップに戻るボタン*/
#pagetop {
  display: block;
  position: fixed;
  z-index: 2000;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  background: url(../../images/arrow_t_wh.png) no-repeat center rgba(0, 0, 0, 0.6);
  background-size: 20px auto;
  border-radius: 50%;
  color: #fff;
  transition: 0.2s;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#pagetop.pagetop-on {
  opacity: 1;
}

#pagetop:hover,
#pagetop:focus {
  background-color: rgba(0, 0, 0, 1);
}


/* ------------------------------

サマリー

------------------------------ */
.summary {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.summary-item {
  margin: 0 0 30px 0;
}

.summary-photo {
  margin: 0 0 8px 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.summary-item:hover .summary-photo {
  opacity: 0.7;
}

.summary-photo img {
  max-width: 100%;
}

.summary-body {
  padding: 0 10px;
}

.summary-title {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: bold;
}

.summary-title a {
  text-decoration: none;
  color: #000;
}

.summary-text {
  margin: 0;
  font-size: 10px;
}

.summary-date {
  margin: 0 0 5px 0;
  font-size: 10px;
  color: #666;
}

[class*="summary-category-"] {
  margin: 12px 0 12px 0;
  font-weight: bold;
  border-left: solid 3px #aaa;
  padding: 0 0 0 5px;
  letter-spacing: 0.12em;
  line-height: 1;
  font-size: 10px;
}

.summary-category-blog {
  color: #337bbd;
  border-left-color: #337bbd;
}

.summary-category-sale {
  color: #e65010;
  border-left-color: #e65010;
}

.summary-category-event {
  color: #33b564;
  border-left-color: #33b564;
}

.summary-category-news {
  color: #ff9e23;
  border-left-color: #ff9e23;
}

.summary-tag {
  margin: 12px 0 0 0;
  font-size: 10px;
  font-weight: bold;
}

.summary-tag i {
  font-size: 0.8em;
  margin-right: 5px;
}

/*ページなし*/
.notfound-message {
  text-align: center;
}


@media screen and (min-width:768px),
print {
  .summary-title {
    font-size: 15px;
  }

  .summary-text {
    font-size: 12px;
  }

  [class*="summary-category-"] {
    font-size: 12px;
  }
}

/*MOREボタン*/
.more {
  text-align: center;
  margin: 30px 0 0 0;
}

.more-btn {
  display: inline-block;
  width: 100%;
  max-width: 134px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.12em;
  vertical-align: middle;
  padding: 4px 0 0 4px;
  position: relative;
  text-decoration: none;
  color: #000;
}

.more-btn:hover {
  opacity: 1;
}

.more-btn span {
  display: block;
  background: #FFF;
  padding: 8px 15px;
  border: 1px solid #000;
  transition: 0.2s;
  -webkit-transform: translate(-4px, -4px) translateZ(0);
  transform: translate(-4px, -4px) translateZ(0);
}

.more-btn:hover span {
  -webkit-transform: translate(0, 0) translateZ(0);
  transform: translate(0, 0) translateZ(0);
}

.more-btn::before {
  content: '';
  display: block;
  background: url(../../images/linkbg.png) repeat;
  /*
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
*/
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 0;
  right: 0;
}

.more-btn:hover::after {
  opacity: 0;
  visibility: hidden;
}

/*ニュースのサマリー*/
.sn-photo {
  margin: 0;
}

.sn-body-container {
  background: #fff;
  padding: 5px;
}

.sn-body {
  padding: 0;
}

[class^="sn-category"] {
  font-size: 10px;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: bold;
}

.sn-category-blog {
  color: #337bbd;
}

.sn-category-sale {
  color: #e65010;
}

.sn-category-event {
  color: #33b564;
}

.sn-category-news {
  color: #ff9e23;
}

.sn-body .summary-title {
  min-height: 3em;
}

span.new {
  margin-left: 0.5em;
  color: #ff5c9e;
  font-size: 0.8em;
}

.sn-date {
  font-size: 10px;
  margin: 10px 0 0 0;
  padding: 0;
}

@media screen and (min-width: 1024px),
print {
  .sn-body {
    position: relative;
    padding: 0 10px;
    margin: -15px 0 0 0;
  }

  .sn-body-container {
    padding: 15px 20px;
  }

  [class^="sn-category"] {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
}

/*ニュースのサマリーのナビゲーション*/
.news-nav-group {
  padding: 0;
  margin: 0 0 32px 0;
  text-align: center;
  list-style: none;
}

.news-nav-item {
  display: inline-block;
  margin: 0;
  position: relative;
}

.news-nav-item + .news-nav-item {
  margin: 0 0 0 15px;
}

.news-nav-link {
  display: block;
  padding: 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.12em;
  background: 0;
}

.news-nav-link:focus {
  outline: 0;
}

.news-nav-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1em;
  height: 2px;
  background: #000;
  margin-left: -0.5em;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.news-nav-item:hover::after,
.news-nav-item.stay::after {
  opacity: 1;
}

@media screen and (min-width: 768px),
print {
  .news-nav-item + .news-nav-item {
    margin: 0 0 0 30px;
  }

  .news-nav-link {
    font-size: 14px;
  }
}

/* ------------------------------

トップページ

------------------------------ */
/*スライド*/
.topimage {
  position: relative;
  margin: 0 0 50px 0;

}
.topimage-container {
  overflow: hidden;
}


.topimage-item {
  max-width: 980px;
}

.topimage-item img {
  width: 100%;
}

#arrows {
  position: absolute;
  width: 100%;
  max-width: 1020px;
  top: 50%;
  margin-top: -20px;
}

.prev,
.next {
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../../images/arrow_l_bl.png) no-repeat center rgba(255, 255, 255, 0.8);
  background-size: auto 14px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

.prev {
  left: 0;
}

.next {
  right: 0;
  background-image: url(../../images/arrow_r_bl.png);
}

#dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.slick-dots {
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots button {
  display: block;
  height: 8px;
  width: 8px;
  padding: 0;
  margin: 7px;
  border: solid 1px #000;
  border-radius: 4px;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.slick-dots button:hover,
.slick-dots li.slick-active button {
  background-color: #000;
}

@media screen and (min-width: 980px),
print {
  .topimage-container {
    position: relative;
    height: 550px;
    overflow: hidden;
  }

  .slider-container {
    position: absolute;
    left: 50%;
    width: 2940px;
    margin-left: -1470px;
  }

  #arrows {
    left: 50%;
    margin-left: -510px;
  }

}

/*レコメンドのスライダー*/
#reco-slider .next,
#reco-slider .prev {
  top: 100px;
  z-index: 100;
}

#reco-slider .next,
#reco-slider .prev {
  top: 25%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
}

#reco-slider .prev {
  left: -10px;
  background-image: url(../../images/arrow_l_wh.png);
}

#reco-slider .next {
  right: -10px;
  background-image: url(../../images/arrow_r_wh.png);
}

#reco-slider .slick-dots {
  height: auto;
}

/*セクション*/
.top-section {
  padding: 55px 0 60px 0;
}

.top-section.gray {
  background-color: #f3f3f3
}

#top-recommend {
  padding: 20px 0 60px 0;
}

/*セクションの見出し*/
.section-heading {
  margin: 0 0 35px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
}

.en {
  display: inline-block;
  position: relative;
  margin: 0 0 0.58em 0;
  padding: 0 3em;
}

.en::before,
.en::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  width: 2.2em;
  height: 1px;
  background: #000;
}

.en::before {
  left: 0;
}

.en::after {
  right: 0;
}

.jp {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}

@media screen and (min-width: 768px),
print {
  .section-heading {
    font-size: 24px;
  }

  .en {
    padding: 0 5.8em;
  }

  .en::before,
  .en::after {
    width: 5em;
  }

}

/*セクションのリード文*/
.top-section-lead {
  font-size: 14px;
  text-align: center;
  margin: 0 0 40px 0;
}

/*インスタの部分*/
#top-insta .top-section-lead {
  margin-top: -20px;
}

.instaicon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background: url(../../images/instagram.png) no-repeat center;
  background-size: contain;
  margin-right: 0.5em;
}

.insta-group {
  margin: 0 -5px;
}

.insta-item {
  float: left;
  padding: 0 5px;
  width: 25%;
  margin-bottom: 10px;
}

.insta-item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.insta-item a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 480px),
print {
  .insta-group {
    margin: 0 -10px;
  }

  .insta-item {
    padding: 0 10px;
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 768px),
print {
  .insta-item {
    width: 20%;
  }

}


/*アバウト的な部分*/
.ta-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.ta-grid {
  margin: 0 -10px;
}

[class^="ta-item-"] {
  padding: 0 10px;
  margin-bottom: 15px;
}

@media screen and (min-width: 480px),
print {
  [class^="ta-item-"] {
    float: left;
    margin-bottom: 0;
  }

  .ta-item-sleep {
    width: 33.33%;
  }

  .ta-item-choice,
  .ta-item-policy {
    width: 33.33%;
  }
}

@media screen and (min-width: 1024px),
print {
  .ta-grid {
    margin: 0 -20px;
  }

  [class^="ta-item-"] {
    padding: 0 20px;
  }

  .ta-item-sleep {
    width: 38%;
  }

  .ta-item-choice,
  .ta-item-policy {
    width: 31%;
  }
}




/*ポイントオブスリープ*/
.point-container {
  position: relative;
}

.point-container::before {
  content: "";
  display: block;
  background: url(../../images/linkbg.png) repeat;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
}

.point-title {
  position: absolute;
  top: -60px;
  left: -15px;
  width: 45%;
  z-index: 50;
}

.point-title img {
  width: 100%;
}

.point {
  position: relative;
  padding: 20px;
  background: #fff;
  border: solid 1px #000;
}

.point-group {
  margin: 0;
}

.point-item {
  margin: 0;
}

.point-photo img {
  width: 100%;
}

#ta-arrows {
  position: absolute;
  width: 100%;
  top: 33%;
  left: 0;
}

#ta-dots {
  margin-top: 10px;
  width: 100%;
}

#ta-dots .slick-dots {
  height: auto;
}

.ta-link {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.12em;
  font-weight: bold;
  margin-bottom: 0;
}

.ta-link a {
  display: inline-block;
  padding: 0 10px 0 0;
  background: url(../../images/arrow_r_bl.png) no-repeat right center;
  background-size: auto 0.85em;
  color: #000;
  text-decoration: none;
}

.ta-link a:hover {
  text-decoration: underline;
}

@media screen and (min-width:1024px) {
  .point-title {
    top: -55px;
    left: -30px;
  }

}

/*選ばれる理由*/
.ta-title {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: solid 1px #000;
}

.ta-title span {
  margin: 0 0 0 10px;
  font-size: 0.5em;
  font-weight: normal;
}

.choice-item {
  display: table;
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  border-bottom: solid 1px #d8d8d8;
}

.choice-photo,
.choice-body {
  display: table-cell;
  vertical-align: top;
}

.choice-photo {
  width: 30%;
  padding-right: 10px;
}

[class^="circle-photo-"] {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.circle-photo-01 {
  background-image: url(../../images/top/choice01.jpg);
}

.circle-photo-02 {
  background-image: url(../../images/top/choice02.jpg);
}

.circle-photo-03 {
  background-image: url(../../images/top/choice03.jpg);
}

.choice-heading {
  margin: 0 0 5px 0;
  font-size: 12px;
}

.choice-text {
  margin: 0;
  font-size: 12px;
}

@media screen and (min-width:480px) and (max-width:767px) {
  .choice-photo {
    display: none;
  }
}

/*7つの大切なこと*/
.policy {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: solid 1px #d8d8d8;
}

.policy-item {
  margin: 0 0 15px 0;
  font-size: 12px;
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.policy-item span {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}

/*店舗情報*/
.top-shop-grid {
  margin-bottom: 30px;
}

.shop-photo {
  position: relative;
  margin: 0 0 50px 0;
}

.shop-slide img {
  width: 100%;
}

#ts-arrows {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

#ts-dots {
  position: absolute;
  top: 100%;
  width: 100%;
}

.top-shop-name {
  margin: 0 0 18px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #000;
}

.top-info {
  margin: 0;
  font-size: 13px;
}

.top-info dt {
  float: left;
  width: 6em;
}

.top-info dd {
  margin: 0 0 18px 0;
  padding-left: 6em;
}

.top-info dd:last-child {
  margin: 0;
}

@media screen and (min-width:1024px),
print {

  .top-shop-name,
  .top-info {
    margin-right: 20px;
  }
}


/* ------------------------------

トピックパス

------------------------------ */
.topicpath {
  margin: 0 0 20px 0;
}

.topicpath-list {
  margin: 0 auto;
  list-style: none;
}

.topicpath-item {
  float: left;
  padding: 0 5px 0 10px;
  font-size: 11px;
  background: url(../../images/arrow_r_bl.png) no-repeat left center;
  background-size: auto 0.8em;
}

.topicpath-item:first-child {
  padding: 0 5px 0 0;
  background: 0;
}

.topicpath-link {
  color: #666;
  font-size: 11px;
  text-decoration: none;
}

.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
  color: #666;
}

.topicpath-link:hover {
  text-decoration: underline;
}



/* ------------------------------

エントリー

------------------------------ */
/*枠*/
@media screen and (min-width:1024px),
print {
  .sub {
    padding-left: 40px;
  }
}

/*エントリーのタイトル*/
.page-header {
  margin: 0 0 24px 0;
}

.entry-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.entry-title a {
  color: #000;
  text-decoration: none;
}

.entry-title a:hover {
  text-decoration: underline;
}

.entry-info {
  margin: 7px 0 0 0;
}

.entry-info span {
  display: inline-block;
}

.ei-category {
  margin-right: 0.8em;
}

.entry-info a {
  text-decoration: none;
  font-size: 12px;
  color: #000;
}

.entry-info a:hover {
  text-decoration: underline;
}

.ei-tag a {
  margin-right: 0.3em;
}

.ei-tag a:last-child {
  margin-right: 0;
}

.ei-icon {
  vertical-align: middle;
  font-size: 0.8em;
  margin-right: 3px;
}

/*強調*/
.entry-column em {
  font-weight: bold;
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffdb78 70%);
}

/*重要*/
.entry-column strong {
  font-weight: bold;
  color: #ff4f18;
}

/*見出し*/
.entry-column h2 {
  margin: 0 10px 1em 10px;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.entry-column h3 {
  margin: 0 10px 1em 10px;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.entry-column h4 {
  margin: 0 10px 1em 10px;
  padding: 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.entry-column .withline {
  padding: 5px 0 5px 10px;
  border-left: solid 4px #5858de;
}


/*アンカーリンク*/
.entry-column a:link {
  color: #006DD9;
  text-decoration: none;
}

.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
  text-decoration: underline;
}

.entry-column a:visited {
  color: #7F5AD7;
  text-decoration: none;
}

/* 本文 */
.entry-column p {
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 13px;
  line-height: 1.7;
}

/* エントリー内ボタン */
.entry-column p.entry-btn,
.entry-column p.entry-btn-attention {
  margin-bottom: 1em;
}

.entry-column p.entry-btn a,
.entry-column p.entry-btn-attention a {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px 22px 5px 15px;
  position: relative;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  background: url(../../images/arrow_r_bl.png) no-repeat right 7px center;
  background-size: auto 0.8em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.entry-column p.entry-btn-attention a {
  background-color: #d8d8d8;
}

.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn-attention a:hover {
  background-color: #000;
  background-image: url(../../images/arrow_r_wh.png);
  color: #fff;
}

.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited,
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited {
  text-decoration: none;
}

.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active {
  box-shadow: 0;
  background-color: #878787;
}

/* エントリー内コンテナー */
.entry-container {
  margin: 0 10px;
}

[class^=column-table] .entry-container {
  overflow-x: auto;
  margin-bottom: 2em;
}

[class^=column-table] table {
  margin-bottom: 0;
}

/* テーブル */
.entry-column table {
  width: 100%;
  margin: 0;
}

.entry-column th,
.entry-column td {
  display: block;
  padding: 5px 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  border-top: 1px solid #DFDFDF;
  vertical-align: top;
}

.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}

.entry-column .acms-table-responsive table {
  margin: 0;
}

.entry-column .acms-table-scrollable th,
.entry-column .acms-table-scrollable td {
  display: table-cell;
  white-space: nowrap;
}

.entry-column th {
  background: #F5F5F5;
}

@media screen and (min-width: 768px),
print {

  .entry-column th,
  .entry-column td {
    display: table-cell;
    padding: 10px 15px;
    text-align: left;
    border-top: 1px solid #DFDFDF;
  }

  .entry-column th {
    background: inherit;
  }

  .entry-column tr:nth-child(odd) {
    background: #F5F5F5;
  }
}

/* リスト */
.entry-column ul {
  margin: 0 0 2em 0;
  padding: 0 0 0 2em;
}

.entry-column ul li {
  margin: 0 0 5px 0;
  font-size: 13px;
  line-height: 1.5;
}

/* 番号付きリスト */
.entry-column ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 2.5em;
}

.entry-column ol li {
  margin: 0 0 5px 0;
  font-size: 13px;
  line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 13px;
  line-height: 1.5;
}

.entry-column dt {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}

.entry-column dd {
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}

/* 引用 */
.entry-column blockquote {
  width: 100%;
  margin-bottom: 2em;
  padding: 15px 20px 15px 16px;
  font-size: 13px;
  line-height: 1.5;
  border-left: 4px solid #BFBFBF;
  background: #EFEFEF;
  box-sizing: border-box;
}

/* ソースコード */
.entry-column pre {
  width: 100%;
  margin: 0 0 2em 0;
  box-sizing: border-box;
}

.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}

.entry-column pre ol li {
  line-height: 1.5;
}


/* 区切り線 */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

.entry-column hr {
  margin-bottom: 2em;
}

.entry-column hr.clearHidden {
  margin-bottom: 0;
}

/* ユニット */
.entry-column .caption {
  margin: 5px 0 20px 0;
  font-size: 11px;
}

.column-file-auto + .caption {
  margin-left: 10px;
}

/* エントリーフッター */
.entry-footer {
  margin: 0 0 20px 0;
  padding: 10px;
  background: #F5F5F5;
}

/* タグ */
.entry-tag {
  margin: 0 0 5px 0;
}

.entry-tag-icon {
  float: left;
  color: #999;
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper {
  float: right;
}

.share-text {
  display: inline;
  float: left;
  margin: 0;
}

/* SNSシェアボタン */
.share-list {
  display: inline;
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}

.share-item {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: top;
}

.share-item a {
  color: #999;
  text-decoration: none;
}

.share-item [class*="acms-icon"] {
  font-size: 16px;
  vertical-align: middle;
}

.share-item .share-item-facebook {
  /* Facebook */
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  background: #3B5999;
  border-radius: 4px;
}

.share-item .share-item-facebook:before {
  vertical-align: middle;
}

.share-item .share-item-twitter {
  /* Twitter */
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  background: #55ACEE;
  border-radius: 4px;
}

.share-item .share-item-twitter:before {
  vertical-align: middle;
}

.share-item .share-item-gplus {
  /* Google + */
  display: block;
  width: 22px;
  height: 22px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  background: #DD4B39;
  border-radius: 4px;
}

.share-item .share-item-gplus:before {
  vertical-align: middle;
}

/* 続きを読むボタン */
.entry-column p.continue {
  padding-top: 5px;
  text-align: right;
  position: relative;
  margin-bottom: 0;
}

.entry-column p.continue::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  background: #000;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

}

.entry-column a.continue-link {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px 0 25px;
  position: relative;
  letter-spacing: 0.12em;
  -webkit-transition: letter-spacing 0.2s;
  -o-transition: letter-spacing 0.2s;
  transition: letter-spacing 0.2s;
  color: #000;
}



.entry-column a.continue-link:hover,
.entry-column a.continue-link:focus,
.entry-column a.continue-link:active,
.entry-column a.continue-link:visited {
  color: #000;
  text-decoration: none;
}



.entry-column a.continue-link:hover {
  letter-spacing: 0.15em;
  text-decoration: none;
}

.entry-column a.continue-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 1px;
  bottom: -1px;
  right: 0;
  background: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.entry-column a.continue-link:hover::after {
  width: 100%;
}








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

  /* タグ */
  .entry-tag {
    margin: 0;
  }

}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px 0;
}

.entry {
  margin-bottom: 50px;
}

/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  list-style: none;
  margin: 0 -5px 50px -5px;
  padding: 0;
  text-align: center;
}

.pager li {
  display: inline-block;
  margin: 0 5px 5px;
  font-size: 12px;
}

.pager li.cur {
  /* 現在いる位置 */
  color: #FFF;
  background: #999;
  line-height: 3em;
  height: 3em;
  width: 3em;
  border-radius: 50%;
}

.pager-link {
  line-height: 3em;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  display: block;
  color: #333;
  background: #E5E5E5;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.pager-link:visited,
.pager-link:focus,
.pager-link:active {
  color: #333;
}

.pager-link:hover {
  color: #FFF;
  text-decoration: none;
  background: #333;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}


/* 前後リンク */
.serial-nav {
  list-style: none;
  margin: -25px 0 60px 0;
  padding: 0;
  border-top: solid 1px #000;
}

.serial-nav .serial-nav-item {
  display: block;
  float: none;
}

.serial-nav .serial-nav-item-prev {
  text-align: left;
}

.serial-nav .serial-nav-item-next {
  text-align: right;
}

.serial-nav a {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #E5E5E5;
}

.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
  color: inherit;
  text-decoration: none;
}

.serial-nav a:hover {
  background: #E5E5E5;
  text-decoration: underline;
}

@media screen and (min-width: 768px),
print {
  .serial-nav {
    padding: 50px 0 0 0;
    margin: 0 0 60px 0;
  }

  .serial-nav .serial-nav-item-prev {
    float: left;
  }

  .serial-nav .serial-nav-item-next {
    float: right;
  }

  .serial-nav a {
    display: inline;
    border: 0;
  }

  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}




/* ------------------------------

サイドバー

------------------------------ */
.sidebar {
  margin-bottom: 50px;
}

/*セクション*/
.side-section {
  margin: 0 0 50px;
}

.side-section:last-child {
  margin-bottom: 0;
}

/*見出し*/
.side-header {
  margin: 0 0 8px 0;
}

.side-heading {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #E5E5E5;
  letter-spacing: 0.12em;
}

.side-heading span {
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 0 1em;
}

.recent {
  font-weight: bold;
  margin: 0;
  text-align: right;
  letter-spacing: 0.12em;
  font-size: 10px;
}

/*リスト*/
.side-list {
  list-style: none;
  padding: 0;
  margin: 0;
}


.side-link {
  display: block;
  padding: 8px 5px;
  margin: 0;
  text-decoration: none;
  color: #000;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.side-link:hover {
  background-color: #f3f3f3;
}

.side-link-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.side-link-date {
  font-size: 11px;
  color: #666;
  display: block;
}

.side-toindex {
  padding-top: 5px;
  text-align: right;
  position: relative;
}

.side-toindex::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  background: #000;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

}

.side-toindex-link {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px 0 25px;
  position: relative;
  letter-spacing: 0.12em;
  -webkit-transition: letter-spacing 0.2s;
  -o-transition: letter-spacing 0.2s;
  transition: letter-spacing 0.2s;
}

.side-toindex-link:hover {
  letter-spacing: 0.15em
}

.side-toindex-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 85%;
  height: 1px;
  bottom: -1px;
  right: 0;
  background: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.side-toindex-link:hover::after {
  width: 100%;
}

.year-list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #e5e5e5;
}

/*本多で買えるバナー*/
.buy-bnr {
  position: relative;
  overflow: hidden;
}

.buy-bnr-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}

.buy-bnr-link {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 20px;
  border: solid 1px #e5e5e5;
  font-weight: bold;
  font-size: 12px;
  background: url(../../images/arrow_r_wh.png) no-repeat rgba(0, 0, 0, 0.3) right 10px center;
  background-size: auto 1.2em;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.buy-bnr:hover .buy-bnr-link {
  background-color: rgba(0, 0, 0, 0.6);
}

.buy-bnr:hover .buy-bnr-bg {
  transform: scale(1.2);
}

.buy-bnr-link span {
  display: block;
}

.buy-bnr-name {
  font-size: 1.2em;
}

/*カテゴリー*/
.side-category-en {
  font-weight: bold;
  margin-right: 1em;
}

.side-category-jp {
  font-size: 10px;
}

/* ------------------------------

取扱商品のエントリー

------------------------------ */
.detail-summary {
  padding: 50px 0;
  margin: 0 0 50px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.ds-heading {
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.ds-heading span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.detail-summary .more {
  margin: 0;
}

@media screen and (min-width: 768px),
print {
  .ds-heading {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px),
print {
  .detail-summary {
    border-bottom: 0;
  }
}

/*詳細情報*/
.specinfo {
  border: solid 1px #e5e5e5;
  padding: 20px;
}

.spc-ttl {
  margin: 0 0 1em;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.spec-table th,
.spec-table td {
  font-size: 13px;
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  font-weight: bold;
  padding: 15px 15px 0 0;
  white-space: nowrap;
}

.spec-table td {
  padding: 15px 0 0 0;
}

.spec-table tr:first-child th,
.spec-table tr:first-child td {
  padding-top: 0;
}


/* ------------------------------

取扱商品の一覧ページ

------------------------------ */
.summary-detail {
  margin: 0 0 50px 0;
}

@media screen and (min-width: 768px),
print {
  .summary-detail .summary-title {
    font-size: 15px;
  }
}



/* ------------------------------

布団のお直し よくある質問

------------------------------ */
.qanda-container {
  margin: 0 0 30px 0;
}

.qanda-container dd,
.qanda-container dt {
  padding: 0;
  margin: 0
}

.que {
  display: block;
  position: relative;
  padding: 10px 10px 10px 55px;
  background: #f6f6f6;
  margin-bottom: 3px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  text-indent: -1.5em;
}

.qa-icon {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
  font-weight: bold;
}

.que::before,
.que::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 21px;
  width: 9px;
  height: 1px;
  background: #666;
}

.que::after {
  transform: rotate(90deg);
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}

.que.js-fader-active::after {
  transform: rotate(0);
}

.ans {
  /*ちらつき防止*/
  display: none;
  padding: 10px 10px 10px 55px;
  margin: 0 0 20px 0;
  text-indent: -1.5em
}



/* ------------------------------

お客様の声

------------------------------ */
.title-date {
  margin: 0 0 5px;
}

/*購入商品*/
.buyitem {
  margin: 0 0 20px;
  padding: 10px;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background: #fafafa;
}

.buyitem dt {
  float: left;
  width: 6em;
}

.buyitem dd {
  padding-left: 6em;
  margin: 0
}

.buyitem-heading {
  margin: 0;
  font-size: 13px;
}

.buyitem-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.buyitem-list a {
  text-decoration: none;
}

.buyitem-list a:hover {
  text-decoration: underline;
}

.letter {
  text-align: center;
  margin: 0 0 30px;
}

.letter img {
  max-width: 100%;
}

/*一覧ページ*/
.index-lead-text {
  margin: 0 0 40px;
}

.index-info-text {
  padding: 10px;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  max-width: 600px;
  margin: 0 auto 40px auto;
}

.index-info-text span {
  margin-right: 5px;
}

.index-info-text i {
  margin-right: 4px;
}


/* ------------------------------

トピックス

------------------------------ */
.title-category {
  margin: 0 1em;
  display: inline-block;
}

.title-tag {
  display: inline-block;
}

.title-category a {
  text-decoration: none;
  font-weight: bold;
}

.title-tag a {
  color: #000;
  text-decoration: none;
}

.title-category a:hover,
.title-tag a:hover {
  text-decoration: underline;
}

.title-tag a:hover {
  text-decoration: underline;
}

.title-category a.news {
  color: #ff9e23;
}

.title-category a.blog {
  color: #337bbd;
}

.title-category a.sale {
  color: #e65010;
}

.title-category a.event {
  color: #33b564;
}

.title-tag i {
  font-size: 0.8em;
  margin-right: 3px;
}

/*一覧ページの上のやつ*/
.topics-navigation {
  margin: -20px 0 0 0;
  padding: 17px 0 0 0;
  background: #efefef;
}

.topics-menu {
  padding: 0 10px;
  overflow-x: auto;
  margin-bottom: 20px;
}

.topics-menu-group {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

.topics-menu-item {
  display: inline-block;
  padding: 0 10px;
}

.topics-menu-link {
  display: block;
  position: relative;
  padding: 10px 5px 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: #000;
}

.topics-menu-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}

.topics-menu-link:hover::after,
.stay .topics-menu-link::after {
  transform: scaleX(1);
}

.topics-menu-link.all::after {
  background: #666;
}

.topics-menu-link.news::after {
  background: #ff9e23;
}

.topics-menu-link.blog::after {
  background: #337bbd;
}

.topics-menu-link.sale::after {
  background: #e65010;
}

.topics-menu-link.event::after {
  background: #33b564;
}

@media screen and (min-width: 768px),
print {
  .topics-menu-item {
    display: inline-block;
    padding: 0 30px;
  }
}


/* ------------------------------

店舗情報

------------------------------ */
.shop-main {
  max-width: 800px;
  margin: 0 auto;
}

.shop-main .entry-title {
  text-align: center;
}

.shopinfo-section {
  padding: 20px 0 60px 0;
}


/* ------------------------------

お問い合わせ

------------------------------ */
.contact-main {
  max-width: 600px;
  margin: 0 auto;
}

.contact-box {
  margin-bottom: 50px;
}

.contact-box section {
  margin-bottom: 50px;
}

.contact-box h2 {
  font-size: 18px;
  margin: 0 0 1em;
  letter-spacing: 0.12em;
  text-align: center;
  border-bottom: solid 1px #e0e0e0;
  padding: 5px 10px;
}

.contact-phone {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 50px;
}

.contact-phone a {
  color: #000;
}

.contact-phone i {
  font-size: 0.8em;
  margin-right: 5px;
}

.contact-phone span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
}

.contact-form {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.contact-form-label {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 15px;
  display: block;
  text-align: left;
  vertical-align: top;
}

.contact-form-control {
  display: block;
  margin: 0 0 20px;
  text-align: left;
  font-size: 15px;
  vertical-align: top;
}
.form-btn-box{
  margin: 30px 0 70px;
  text-align: center;
}
#btnConfirm {
  width: 100%;
  background: #5858de;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  transition: opacity .2s linear;
}
#btnSubmit{
  width: 70%;
  float: right;
  background: #5858de;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  transition: opacity .2s linear;

}
#btnToInput{
  width: 28%;
  float: left;
  background: #999;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  transition: opacity .2s linear;
}

#btnConfirm:hover, #btnSubmit:hover, #btnToInput:hover,{
  opacity: 0.7;
}

.contact-box p.error-text{
  font-weight: bold;
  color: red;
  margin: 10px 0 0;
  font-size: 13px;
}
.contact-box p.message{
  font-weight: bold;
  color: red;
  text-align: center;
}
@media screen and (min-width: 768px),
print {
  .contact-form {
    display: table;
  }

  .contact-form-group {
    display: table-row;
  }

  .contact-form-label {
    display: table-cell;
    padding: 15px 20px 15px 0;
    white-space: nowrap;
    width: 33%;
  }

  .contact-form-control {
    display: table-cell;
    padding: 15px 0;
  }
}