@charset "UTF-8";
/**
 * "../font/josefin-sans/JosefinSans";
 * light = 300
 * regular = 400
 * semi-bold = 600
 * bold = 700
 */
/**
 * Noto Sans JP //fonts.googleapis.com/earlyaccess/notosansjp.css
 * weight
 *   Thin = 100
 *   Light = 300
 *   DemiLight = 400
 *   Regular = 500
 *   Medium = 700
 *   Bold = 900
 *   Block = x
 */
html, body {
  height: 100%;
}

html {
  font-size: 14px;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 1.7;
  color: #231815;
  background: #FFF;
}

input {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, verdana, sans-serif;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

/**
 * link setting
 */
a:link, a:visited {
  text-decoration: none;
  color: #b89469;
}

a:hover {
  text-decoration: underline;
}

a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:link, a:visited, a:active {
  outline: 0 none;
}

/**
 * tag setting
 */
h1, h2, h3, h4, h5, h6 {
  margin: 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----
 * 共通パーツ
----------------------------------------------------------------------------- */
/**
 * images object-fit
 */
.ofi {
  object-fit: cover;
  /* 他のブラウザ用(＝通常の指定) */
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  /* IE・Edge対応 */
}

.ofi.-contain {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: 50% 50%;";
}

.ofi.-lt {
  object-position: 0 0;
  font-family: "object-fit: cover; object-position: 0 0;";
}

.ofi.-t {
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}

.ofi.-rt {
  object-position: 100% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}

.ofi.-l {
  object-position: 0 50%;
  font-family: "object-fit: cover; object-position: 0 50%;";
}

.ofi.-r {
  object-position: 100% 50%;
  font-family: "object-fit: cover; object-position: 100% 50%;";
}

.ofi.-lb {
  object-position: 0 100%;
  font-family: "object-fit: cover; object-position: 0 100%;";
}

.ofi.-b {
  object-position: 50% 100%;
  font-family: "object-fit: cover; object-position: 50% 100%;";
}

.ofi.-rb {
  object-position: 100% 100%;
  font-family: "object-fit: cover; object-position: 100% 100%;";
}

/**
 * リンクボタン
 */
.link-button-box {
  margin: 0 auto;
}

.link-button-box.-center {
  text-align: center;
}

.link-button-box.-right {
  text-align: right;
}

/**
 * リンクボタン
 */
.link-button {
  position: relative;
  display: inline-block;
  min-width: 210px;
  padding: 9px 15px 9px 15px;
  color: #FFF;
  margin: 0 auto;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-color: #c9ac89;
  background-image: url(../images/common/button-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.link-button._font-sans {
  line-height: 1;
  padding: 19px 15px 16px 15px;
}

.link-button.-no-arrow {
  background-image: none;
}

.link-button.-w-small {
  min-width: 120px;
}

.link-button.-w-x-medium {
  min-width: 150px;
}

.link-button.-w-medium {
  min-width: 200px;
}

.link-button.-fs-small {
  font-size: 14px;
  padding: 12px;
}

.link-button:link, .link-button:visited, .link-button:active {
  color: #FFF;
}

.link-button:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-decoration: none;
  background-color: #b89469;
}

/**
 * ボーダー付きリンクボタン
 */
.link-button-border {
  position: relative;
  display: block;
  border: 1px solid #c9ac89;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  color: #FFF;
}

.link-button-border:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c9ac89;
  background-color: #c9ac89;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-button-border a, .link-button-border a:visited, .link-button-border a:link, .link-button-border:link, .link-button-border:visited {
  color: #FFF;
  text-decoration: none;
}

.link-button-border:hover a, .link-button-border:hover a:visited, .link-button-border:hover a:link, .link-button-border:hover:link, .link-button-border:hover:visited {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.link-button-border:hover:before {
  background-color: #b89469;
}

.link-button-border.-bg-white {
  border: 1px solid #cfcfcf;
  background-color: #FFF;
}

.link-button-border.-bg-white:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.link-button-border.-bg-white:before {
  border: 1px solid #cfcfcf;
  background-color: #FFF;
}

.link-button-border.-bg-transparent:before {
  background-color: transparent;
}

.link-button-border.-border-white {
  border: 1px solid #FFF;
}

.link-button-border.-border-white:before {
  border: 1px solid #FFF;
}

.link-button-border.-current {
  background-color: #b89469;
  cursor: default;
}

.link-button-border.-current:before {
  border: none;
  background-color: #b89469;
}

.link-button-border.-current:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.link-button-border img {
  vertical-align: middle;
}

.link-button-border > * {
  position: relative;
  display: block;
  z-index: 1;
  color: #FFF;
  text-decoration: none;
}

/**
 * テキストリンク
 */
.text-link {
  color: #b89469;
  text-decoration: underline;
}

.text-link:visited, .text-link:link {
  color: #b89469;
  text-decoration: underline;
}

.out-link a, .in-link a, .pdf-link a {
  display: inline-block;
  color: #b89469;
  text-decoration: underline;
  padding-right: 1.5em;
}

.out-link a {
  background: url(../images/common/link-icon-out.png) no-repeat right center;
}

.in-link a {
  background: url(../images/common/link-icon-out.png) no-repeat right center;
}

.pdf-link a {
  background: url(../images/common/link-icon-pdf.png) no-repeat right center;
  -webkit-background-size: 14px auto;
          background-size: 14px auto;
}

/**
 * テキストインデント
 */
.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-indent:not(p):not(li) {
  display: inline-block;
}

/**
 * パンくず
 */
.breadcrumb {
  font-size: 12px;
  font-weight: 400;
  background-color: #f4f4f4;
  padding: 10px 0;
}

.breadcrumb ul {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.breadcrumb ul li {
  list-style: none;
  display: inline-block;
}

.breadcrumb ul li:after {
  vertical-align: middle;
  display: inline-block;
  content: '';
  margin: 0 8px 0 8px;
  background: url(../images/common/breadcrumb-arrow.png) no-repeat center;
  width: 5px;
  height: 11px;
  padding-top: 0;
}

.breadcrumb ul li:last-child:after {
  content: none;
}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
  text-decoration: none;
  color: #b89469;
}

.keyvisual-slider {
  width: 1170px;
  margin: 0 auto;
  height: 530px;
  border: 1px solid #ede3d6;
  /* Slider */
}

.keyvisual-slider .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.keyvisual-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.keyvisual-slider .slick-list:focus {
  outline: none;
}

.keyvisual-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.keyvisual-slider .slick-slider .slick-track,
.keyvisual-slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.keyvisual-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.keyvisual-slider .slick-track:before, .keyvisual-slider .slick-track:after {
  content: "";
  display: table;
}

.keyvisual-slider .slick-track:after {
  clear: both;
}

.slick-loading .keyvisual-slider .slick-track {
  visibility: hidden;
}

.keyvisual-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .keyvisual-slider .slick-slide {
  float: right;
}

.keyvisual-slider .slick-slide img {
  display: block;
}

.keyvisual-slider .slick-slide.slick-loading img {
  display: none;
}

.keyvisual-slider .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .keyvisual-slider .slick-slide {
  display: block;
}

.slick-loading .keyvisual-slider .slick-slide {
  visibility: hidden;
}

.slick-vertical .keyvisual-slider .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.keyvisual-slider .slick-arrow.slick-hidden {
  display: none;
}

.keyvisual-slider .slider-items {
  position: relative;
}

.keyvisual-slider .slider-items.slick-initialized {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.keyvisual-slider .slider-items .item {
  float: left;
  outline: 0 none #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
}

.keyvisual-slider .slider-items .slick-list,
.keyvisual-slider .slider-items .slick-track {
  height: 100%;
}

.keyvisual-slider .slick-arrow {
  width: 22px;
  height: 52px;
  background: url(../images/index/slider-arrow.png) no-repeat;
  border: none;
  outline: none;
  text-indent: -200px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 1;
}

.keyvisual-slider .slick-prev {
  left: 30px;
}

.keyvisual-slider .slick-next {
  right: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.keyvisual-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.keyvisual-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.keyvisual-slider .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.keyvisual-slider .slick-dots li button:hover, .keyvisual-slider .slick-dots li button:focus {
  outline: none;
}

.keyvisual-slider .slick-dots li button:hover:before, .keyvisual-slider .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.keyvisual-slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 11px;
  height: 11px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  background: #FFF;
  -webkit-border-radius: 11px;
          border-radius: 11px;
  border: 1px solid #b89469;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.keyvisual-slider .slick-dots li.slick-active button:before {
  background: #b89469;
}

/**
 * 営業時刻
 */
.business-hours .hours .bracket {
  font-size: 10px;
}

.business-hours .hours tr td:first-child {
  font-weight: bold;
}

/**
 * バナー
 */
.banner-box {
  margin-top: 30px;
}

.banner-box .banners {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner-box .banners.-three li {
  width: 32%;
}

.banner-box .banners.-three li:nth-child(3n-2) {
  margin-left: 0;
}

.banner-box .banners.-three li:nth-child(3n) {
  margin-right: 0;
}

.banner-box .banners.-two {
  margin-top: 5px;
}

.banner-box .banners.-two li {
  width: 49%;
}

.banner-box .banners.-two li:nth-child(2n-1) {
  margin-left: 0;
}

.banner-box .banners.-two li:nth-child(2n) {
  margin-right: 0;
}

.banner-box .banners li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 1%;
  background: #FFF;
  text-align: center;
  font-size: 0;
}

.banner-box .banners li a {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.banner-box .banners li img {
  vertical-align: middle;
}

/**
 * コンテンツ共通タイトル
 */
.body-title-box {
  margin-top: 50px;
}

.body-title-box .contents-title {
  margin: 0;
}

.body-title-box .contents-title-ja {
  font-size: 16px;
  text-align: center;
  margin-top: -10px;
}

.body-title-box.-space {
  margin-bottom: 60px;
}

.contents-title {
  text-align: center;
  color: #231815;
}

.contents-title._font-sans {
  font-size: 38px;
}

.contents-title > .c-blue {
  color: #292dac;
}

.contents-title > .c-pink {
  color: #e60039;
}

/**
 * ショップ検索 カウンター
 */
.search-result-counter {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin: 0;
  margin-top: -10px;
}

.search-result-counter > .text {
  position: relative;
  top: 9px;
  color: #464646;
}

.search-result-counter > .text-left {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 100px;
  width: 80px;
}

.search-result-counter > .counter {
  font-family: "Josefin Sans";
  font-size: 26px;
  font-weight: 400;
  color: #FFF;
  margin: 0 2px;
}

.search-result-counter > .counter.odometer.odometer-auto-theme .odometer-inside, .search-result-counter > .counter.odometer-theme-default .odometer-inside {
  display: inline-block;
}

.search-result-counter > .counter.odometer.odometer-auto-theme .odometer-value, .search-result-counter > .counter.odometer-theme-default .odometer-value {
  text-align: center;
}

.search-result-counter > .counter.odometer.odometer-auto-theme .odometer-digit, .search-result-counter > .counter.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  line-height: 1.05;
  margin: 0 1px;
  padding: 0 5px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: #464646;
}

.search-result-counter > .counter.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .search-result-counter > .counter.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.search-result-counter > .counter.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .search-result-counter > .counter.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.search-result-counter > .counter.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .search-result-counter > .counter.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.search-result-counter > .counter.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .search-result-counter > .counter.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.search-result-counter > .counter.odometer.odometer-auto-theme .odometer-digit .odometer-value, .search-result-counter > .counter.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  line-height: 1.2;
  text-align: center;
}

.search-result-counter > .counter.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .search-result-counter > .counter.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
  left: 0;
  right: 0;
}

.search-result-counter > .counter.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .search-result-counter > .counter.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

.search-result-counter > .counter.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .search-result-counter > .counter.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.search-result-counter > .counter.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .search-result-counter > .counter.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.search-result-counter > .counter.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .search-result-counter > .counter.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**
 * 記事メニューの上部配置ラッパー
 */
.entries-nav {
  margin: 60px auto 80px;
}

/**
 * 記事メニュー
 */
.entries-menu {
  padding: 0;
}

.entries-menu .list {
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.entries-menu .list li {
  position: relative;
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  border-left: 1px dotted #c5c5c5;
}

.entries-menu .list li a, .entries-menu .list li span {
  display: block;
  text-indent: -300px;
  white-space: nowrap;
  overflow: hidden;
  background-position: center 0;
  margin: 0 auto;
  text-decoration: none;
}

.entries-menu .list li a:link, .entries-menu .list li a:visited {
  color: inherit;
}

.entries-menu .list li:last-child {
  border-right: 1px dotted #c5c5c5;
}

.entries-menu .list li:hover a, .entries-menu .list li:hover span, .entries-menu .list li.-current a, .entries-menu .list li.-current span {
  color: #b89469;
  background-position: center -27px;
}

.entries-menu .list li.-current {
  border-bottom: 2px solid #b89469;
}

.entries-menu .list li.-current:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -3px;
  border-top: 6px solid #b89469;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 0 solid transparent;
}

.entries-menu .list li:nth-child(1) {
  width: 192px;
}

.entries-menu .list li:nth-child(1) a, .entries-menu .list li:nth-child(1) span {
  text-indent: 0;
  height: auto;
  text-align: center;
  font-family: "Josefin Sans";
  letter-spacing: 0.06em;
  font-weight: 600;
}

.entries-menu .list li:nth-child(2) {
  width: 192px;
}

.entries-menu .list li:nth-child(2) a, .entries-menu .list li:nth-child(2) span {
  height: 27px;
  background-image: url(../images/common/entries-menu-mg1.png);
  background-repeat: no-repeat;
}

.entries-menu .list li:nth-child(3) {
  width: 192px;
}

.entries-menu .list li:nth-child(3) a, .entries-menu .list li:nth-child(3) span {
  height: 27px;
  background-image: url(../images/common/entries-menu-mg2.png);
  background-repeat: no-repeat;
}

.entries-menu .list li:nth-child(4) {
  width: 192px;
}

.entries-menu .list li:nth-child(4) a, .entries-menu .list li:nth-child(4) span {
  height: 27px;
  background-image: url(../images/common/entries-menu-mg3.png);
  background-repeat: no-repeat;
}

.entries-menu.-wide .list li {
  height: 40px;
}

.entries-menu.-wide .list li.-current:after {
  top: 42px;
}

.entries-menu.-wide .list li:nth-child(1) {
  width: 240px;
}

.entries-menu.-wide .list li:nth-child(2) {
  width: 240px;
}

.entries-menu.-wide .list li:nth-child(3) {
  width: 240px;
}

.entries-menu.-wide .list li:nth-child(4) {
  width: 240px;
}

/**
 * 記事アイテムのラッパー
 */
.entries-wrapper {
  position: relative;
  -webkit-transition: height .3s ease-out;
  transition: height .3s ease-out;
  overflow: hidden;
  clear: both;
}

/**
 * 記事アイテム
 */
.entries-container {
  width: 880px;
}

.entries-container.-hide {
  display: none;
}

.entries-container.-column3 .entries {
  margin-left: -20px;
}

.entries-container.-column3 .entry-box {
  width: 280px;
}

.entries-container.-column3 .entry-box .box .thumb {
  width: 280px;
  height: 220px;
}

.entries-container.-column3 .entry-box .box .thumb img {
  width: 280px;
  height: 220px;
}

.entries-container.-column3 .entry-box.-shop .mg-area {
  background: #fff;
  right: 7px;
  bottom: 5px;
  padding: 4px 8px 0;
  line-height: 1;
  height: 16px;
}

.entries-container.-column4 .entries {
  margin-left: -20px;
}

.entries-container.-column4 .entry-box {
  width: 205px;
}

.entries-container.-column4 .entry-box .box .thumb {
  width: 205px;
  height: 170px;
}

.entries-container.-column4 .entry-box .box .thumb img {
  width: 205px;
  height: 170px;
}

.entries-container .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.entries-container .entry-box {
  position: relative;
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  width: 280px;
  /**
     * 画像の上に文字をオーバレイ
     */
}

.entries-container .entry-box.-new .box .thumb:before {
  content: 'NEW';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 22px;
  font-family: "Josefin Sans";
  font-size: 11px;
  font-weight: 600;
  padding-top: 3px;
  text-align: center;
  color: #FFF;
  background-color: #b89469;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entries-container .entry-box a {
  text-decoration: none;
  color: #231815;
  display: block;
}

.entries-container .entry-box .box {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.entries-container .entry-box .thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 280px;
  height: 220px;
}

.entries-container .entry-box .thumb img {
  vertical-align: baseline;
  width: 280px;
  height: 220px;
}

.entries-container .entry-box .mg-area {
  font-size: 14px;
  font-weight: 600;
  color: #e60039;
  font-family: "Josefin Sans";
  width: 2.2em;
}

.entries-container .entry-box .mg-area.-mg1 {
  color: #1d2088;
}

.entries-container .entry-box .mg-area.-mg2, .entries-container .entry-box .mg-area-mg3 {
  width: 2.5em;
}

.entries-container .entry-box .mg-area.-mg2_3 {
  width: 3.5em;
}

.entries-container .entry-box .mg-area.-all {
  color: #b08d63;
}

.entries-container .entry-box .info {
  font-size: 12px;
  color: #474747;
  margin-top: 5px;
  margin-bottom: 0;
  display: table;
  width: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.entries-container .entry-box .info > * {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.entries-container .entry-box .info .info-right {
  white-space: nowrap;
  text-align: right;
  padding-left: 5px;
}

.entries-container .entry-box .info .period {
  padding-left: 5px;
}

.entries-container .entry-box .floor {
  font-weight: 500;
}

.entries-container .entry-box .name {
  font-size: 15px;
  font-weight: 500;
  margin: 3px 0 0;
  line-height: 1.2;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.entries-container .entry-box .title {
  font-size: 14px;
  font-weight: normal;
  margin: 6px 0 10px;
  line-height: 1.5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3em;
}

.entries-container .entry-box.-overlay a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.entries-container .entry-box.-overlay a:hover .detail {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.entries-container .entry-box.-overlay .detail {
  position: absolute;
  font-size: 14px;
  left: 0;
  right: 0;
  color: #FFF;
  z-index: 1;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: rgba(35, 24, 21, 0.6);
  background: -webkit-gradient(linear, left bottom, left top, from(#231815), to(transparent));
  background: linear-gradient(to top, #231815 0%, transparent 100%);
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  padding: 70px 10px 10px;
}

.entries-container .entry-box.-overlay .date {
  margin: 0;
  font-size: 12px;
}

.entries-container .entry-box.-overlay .text {
  margin: 5px 0 0;
}

.entries-container .entry-box.-shop:hover .box, .entries-container .entry-box.-shop:hover .info, .entries-container .entry-box.-shop:hover .name {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.entries-container .entry-box.-shop .box {
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.entries-container .entry-box.-shop .mg-area {
  position: absolute;
  z-index: 1;
  top: auto;
  right: 4px;
  bottom: 6px;
  height: 1.5em;
  padding: 0 8px;
  margin-right: 0;
  font-size: 13px;
  width: auto;
}

.entries-container .entry-box.-shop .mg-area.-mg1 {
  color: #1d2088;
}

.entries-container .entry-box.-shop .mg-area.-mg2, .entries-container .entry-box.-shop .mg-area.-mg3 {
  color: #e60039;
}

.entries-container .entry-box.-shop .info .floor {
  padding-right: 5px;
  width: 10%;
}

.entries-container .entry-box.-news .name {
  color: #b89469;
  font-size: 12px;
  margin: 10px 0 0;
}

.entries-container .entry-box .category {
  background-color: #a1a1a1;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin: 1px 0 0;
  padding: 5px 5px 2px;
  display: inline-block;
}

.entries-container .more .link-button {
  font-size: 16px;
  margin-top: 50px;
}

/**
 * SHOP NEWS アイテム一覧 セクション
 */
.main-section-shop-news-wrapper .entries-container .entry-box .floor {
  margin-right: 0;
  margin-left: 5px;
}

.main-section-shop-news-wrapper .entries-container .entry-box .info .name {
  font-size: 12px;
  margin: 0;
  line-height: inherit;
}

/**
 * ショップ検索 アイテム一覧 セクション
 */
.main-section-shop-search-wrapper .contents-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.main-section-shop-search-wrapper .contents-title > * {
  font-size: 14px;
}

/**
 * 検索フォーム
 */
.search-form-box {
  width: 590px;
  background: #FFF;
  margin-top: 10px;
  -webkit-border-radius: 0;
          border-radius: 0;
}

.search-form-box .form-area {
  width: 590px;
  font-size: 0;
}

.search-form-box .form-area > * {
  display: inline-block;
  vertical-align: top;
}

.search-form-box .form-area input {
  background: #FFF;
  outline: none;
  padding: 0 10px;
  height: 50px;
  width: 460px;
  font-size: 18px;
  border: 1px solid #bc986c;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-form-box .form-area button {
  min-width: 130px;
  height: 50px;
  border: none;
  color: #FFF;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

/* -----
 * ラッパー
----------------------------------------------------------------------------- */
.global-wrapper {
  min-width: 1170px;
  height: 100%;
  margin: 0 auto;
  border-top: 3px solid #bc986c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.global-wrapper.-fixed-scrolldown .header-wrapper {
  top: -66px;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.global-wrapper.-fixed {
  margin-top: 227px;
  border-top: 0;
}

.global-wrapper.-fixed .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1170px;
  height: 66px;
  background: #FFF;
  border-top: 3px solid #bc986c;
  border-bottom: 1px solid #ede3d6;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.global-wrapper.-fixed .header-inner {
  padding: 0;
}

.global-wrapper.-fixed .header-inner .header-top {
  float: left;
}

.global-wrapper.-fixed .header-inner .header-top > .left, .global-wrapper.-fixed .header-inner .header-top > .right {
  display: none;
}

.global-wrapper.-fixed .header-inner .header-top > .logo {
  margin: 0;
  width: auto;
  height: auto;
  left: auto;
  margin-top: 14px;
  z-index: 1;
}

.global-wrapper.-fixed .header-inner .header-top > .logo img {
  height: 0;
  background: transparent url(../images/common/logo-header-fixed.png) no-repeat;
  width: 250px;
  padding-top: 34px;
  -webkit-background-size: cover;
          background-size: cover;
}

.global-wrapper.-fixed .header-nav {
  position: absolute;
  width: 1170px;
  left: 50%;
  margin: 0;
  margin-left: -585px;
}

.global-wrapper.-fixed .header-nav .list {
  float: right;
}

.global-wrapper.-fixed .header-nav .list li {
  margin: 0;
}

.global-wrapper.-fixed .header-nav .list li:before {
  content: none;
}

.global-wrapper.-fixed .header-nav .list li a {
  width: 125px;
  position: relative;
  height: 62px;
  font-size: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 7px;
  background-color: transparent;
  -webkit-transition: color, background-color .3s ease-out;
  transition: color, background-color .3s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.global-wrapper.-fixed .header-nav .list li a:before {
  background-position: bottom center;
  margin-bottom: 2px;
}

.global-wrapper.-fixed .header-nav .list li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 3px;
  background-color: transparent;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.global-wrapper.-fixed .header-nav .list li:nth-child(1) a:before {
  -webkit-background-size: 39px 22px;
          background-size: 39px 22px;
  margin-left: 5px;
}

.global-wrapper.-fixed .header-nav .list li:nth-child(2) a:before {
  -webkit-background-size: 31px 22px;
          background-size: 31px 22px;
  margin-left: 9px;
}

.global-wrapper.-fixed .header-nav .list li:nth-child(3) a:before {
  -webkit-background-size: 37px 22px;
          background-size: 37px 22px;
  margin-left: 9px;
}

.global-wrapper.-fixed .header-nav .list li:nth-child(4) a:before {
  -webkit-background-size: 31px 22px;
          background-size: 31px 22px;
  margin-left: 7px;
}

.global-wrapper.-fixed .header-nav .list li:nth-child(5) a:before {
  -webkit-background-size: 40px 22px;
          background-size: 40px 22px;
}

.global-wrapper.-fixed .header-nav .list li:nth-child(6) a:before {
  -webkit-background-size: 32px 22px;
          background-size: 32px 22px;
  margin-left: 0;
}

.global-wrapper.-fixed .header-nav .list li:nth-child(7) a:before {
  -webkit-background-size: 28px 22px;
          background-size: 28px 22px;
  margin-left: 8px;
}

.global-wrapper.-fixed .header-nav .list li a:hover {
  background-color: #f8f4ef;
  color: #b89469;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.global-wrapper.-fixed .header-nav .list li a:hover:after {
  left: 0;
  width: 100%;
  background-color: #b89469;
}

.global-wrapper.-fixed .header-nav .list li.-current a {
  background-color: #f2e9dd;
  font-weight: bold;
}

.global-wrapper.-fixed-scrollup .header-wrapper {
  top: -66px;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

/* -----
 * ヘッダー
----------------------------------------------------------------------------- */
.header-wrapper {
  *zoom: 1;
}

.header-wrapper:before, .header-wrapper:after {
  content: " ";
  display: table;
}

.header-wrapper:after {
  clear: both;
}

.header-inner {
  width: 1170px;
  margin: 0 auto;
}

.header-inner .header-top {
  *zoom: 1;
}

.header-inner .header-top:before, .header-inner .header-top:after {
  content: " ";
  display: table;
}

.header-inner .header-top:after {
  clear: both;
}

.header-inner .header-top > .left {
  margin-top: 30px;
  float: left;
  z-index: 1;
}

.header-inner .header-top > .logo {
  position: relative;
  top: 0;
  float: left;
  width: 416px;
  left: 230px;
  height: 77px;
  margin: 45px auto 0;
}

.header-inner .header-top > .right {
  position: relative;
  float: right;
  margin-top: 35px;
  z-index: 1;
}

.header-inner .search-box .search-text-box {
  background: url(../images/common/search-icon.png) no-repeat bottom left;
}

.header-inner .search-box .search-text-box > .text {
  width: 130px;
  padding: 2px 2px;
  border: none;
  border-bottom: 1px solid #bc986c;
  outline: 0;
  background: none;
  margin-left: 20px;
  margin-top: 2px;
}

.header-inner .language-box {
  padding-top: 15px;
  z-index: 1;
}

.header-inner .language-box > .cb {
  display: none;
}

.header-inner .language-box > .label {
  display: inline-block;
  color: #b89469;
  cursor: pointer;
  background: url(../images/common/language-bottom-arrow.png) no-repeat bottom center;
  height: 33px;
}

.header-inner .language-box > .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-inner .language-box > .language-list {
  position: absolute;
  margin-top: 6px;
  overflow: hidden;
  z-index: 1;
}

.header-inner .language-box > .language-list li {
  position: relative;
  margin-top: -50px;
  -webkit-transition: margin .4s;
  transition: margin .4s;
}

.header-inner .language-box > .language-list a, .header-inner .language-box > .language-list a:hover, .header-inner .language-box > .language-list a:visited {
  text-decoration: none;
}

.header-inner .language-box > .cb:checked ~ .language-list {
  display: block;
  z-index: 3;
}

.header-inner .language-box > .cb:checked ~ .language-list > li {
  margin-top: 0;
}

.header-inner .language-box > .cb:checked ~ .bg {
  display: block;
  z-index: 2;
}

.header-inner .language-list {
  width: 75px;
  list-style: none;
  padding: 0 5px;
  margin: 0;
  background: rgba(184, 148, 105, 0.9);
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-inner .language-list > * {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #d3b899;
}

.header-inner .language-list > *:last-child {
  border-bottom: none;
}

.header-inner .language-list > * a {
  display: block;
  padding: 8px 0;
}

.header-inner .language-list a, .header-inner .language-list a:link {
  color: #FFF;
}

.header-inner .gate-links {
  width: 150px;
  list-style: none;
}

.header-inner .gate-links > *:nth-child(2) {
  margin-top: 15px;
}

.header-inner .gate-links span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  width: 150px;
  height: 23px;
}

.header-inner .gate-links .link1 {
  background: url(../images/common/link-mg1.png) no-repeat;
}

.header-inner .gate-links .link2 {
  background: url(../images/common/link-mg23.png) no-repeat;
}

/**
 * ヘッダーナビ
 */
.header-nav {
  width: 1170px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}

.header-nav ._pc-only {
  display: inline-block;
}

.header-nav .list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.header-nav .list li {
  position: relative;
  display: inline-block;
  min-width: 80px;
  margin: 0;
  text-align: center;
}

.header-nav .list li:nth-child(1) {
  margin-left: 0;
}

.header-nav .list li:nth-child(2) {
  margin-left: 65px;
}

.header-nav .list li:nth-child(3) {
  margin-left: 55px;
}

.header-nav .list li:nth-child(4) {
  margin-left: 80px;
}

.header-nav .list li:nth-child(5) {
  margin-left: 80px;
}

.header-nav .list li:nth-child(6) {
  margin-left: 80px;
}

.header-nav .list li:nth-child(7) {
  margin-left: 80px;
}

.header-nav .list li > a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  z-index: 1;
}

.header-nav .list li > a:link, .header-nav .list li > a:visited {
  color: #231815;
}

.header-nav .list li > a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  color: #b89469;
}

.header-nav .list li > a:before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  margin-bottom: 12px;
}

.header-nav .list li:nth-child(1) > a:before {
  background: url(../images/common/header-menu-icon1.png) no-repeat center;
  margin-left: 7px;
}

.header-nav .list li:nth-child(2) > a:before {
  background: url(../images/common/header-menu-icon2.png) no-repeat center;
  margin-left: 9px;
}

.header-nav .list li:nth-child(3) > a:before {
  background: url(../images/common/header-menu-icon3.png) no-repeat center;
  margin-left: 9px;
}

.header-nav .list li:nth-child(4) > a:before {
  background: url(../images/common/header-menu-icon4.png) no-repeat center;
  margin-left: 9px;
}

.header-nav .list li:nth-child(5) > a:before {
  background: url(../images/common/header-menu-icon5.png) no-repeat center;
  margin-left: 9px;
}

.header-nav .list li:nth-child(6) > a:before {
  background: url(../images/common/header-menu-icon6.png) no-repeat center;
  margin-left: 0;
}

.header-nav .list li:nth-child(7) > a:before {
  background: url(../images/common/header-menu-icon7.png) no-repeat center;
  margin-left: 9px;
}

.header-nav .list li.-current {
  color: #b89469;
}

.header-nav .list li.-current:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -34px;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 68px;
          border-radius: 68px;
  background-color: #f2e9dd;
}

.header-nav .list li.-current a {
  color: #b89469;
}

.header-nav .list li.-current a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/**
 * ヘッダーSP
 */
.sp-menu-wrapper {
  display: none;
}

.sp-menu-wrapper.-open {
  display: none;
}

/* -----
 * ボディー
----------------------------------------------------------------------------- */
.body-wrapper {
  padding-top: 20px;
}

/**
 * メイン
 */
.main-wrapper {
  position: relative;
  float: left;
  width: 880px;
  min-height: 1px;
  left: 50%;
  margin-left: -580px;
}

/* -----
 * サイドバー
----------------------------------------------------------------------------- */
.sidebar-wrapper {
  position: relative;
  float: left;
  width: 250px;
  left: 50%;
  margin-left: 35px;
  margin-bottom: 50px;
}

.sidebar-wrapper.-index .banner-box1, .sidebar-wrapper.-index .social-box {
  display: block;
}

.sidebar-wrapper .business-hours {
  background-color: #f8f4ef;
  padding: 30px 20px;
}

.sidebar-wrapper .business-hours tr {
  display: block;
  margin-top: 5px;
}

.sidebar-wrapper .business-hours tr:first-child {
  margin-top: 0;
}

.sidebar-wrapper .business-hours tr td {
  display: block;
}

.sidebar-wrapper .business-hours tr td:first-child {
  margin-left: 15px;
}

.sidebar-wrapper .business-hours tr td:last-child {
  margin-left: 30px;
}

.sidebar-wrapper .banner-box {
	/*180705修正
	margin-top: 30px;*/
  margin-top: 0;
}

.sidebar-wrapper .banner-box .banners.-two {
  margin-top: 5px;
}

.sidebar-wrapper .banner-box .banners.-two li {
  width: 100%;
  border: 1px solid #e7e7e7;
  margin: 0;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebar-wrapper .banner-box .banners.-two li:nth-child(2n-1) {
  margin-left: 0;
}

.sidebar-wrapper .banner-box .banners.-two li:nth-child(2n) {
  margin-right: 0;
}

.sidebar-wrapper .banner-box .banners li {
  height: 70px;
  line-height: 70px;
}

.sidebar-wrapper .banner-box1 {
  display: none;
}

.sidebar-wrapper .banner-box1 .banners li:nth-child(1) img {
  width: 150px;
}

.sidebar-wrapper .banner-box1 .banners li:nth-child(2) img {
  width: 110px;
}

.sidebar-wrapper .banner-box1 .banners li:nth-child(3) img {
  width: 98px;
}

.sidebar-wrapper .banner-box1 .banners li:nth-child(4) img {
  width: 170px;
}

.sidebar-wrapper .banner-box1 .banners li:nth-child(5) img {
  width: 180px;
}

.sidebar-wrapper .banner-box1 .banners li:nth-child(6) img {
  width: 130px;
}

.sidebar-wrapper .banner-box2 {
  margin: 0;
}

.sidebar-wrapper .banner-box2 .banners li:nth-child(1) img {
  width: 170px;
}

.sidebar-wrapper .banner-box2 .banners li:nth-child(2) img {
  width: 219px;
}

.sidebar-wrapper .banner-box2 .banners li:nth-child(3) img {
  width: 218px;
}

.sidebar-wrapper .social-box {
  display: none;
  margin-top: 23px;
}

.sidebar-wrapper .social-box .title {
  padding-left: 40px;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: bold;
}

.sidebar-wrapper .youtube-box {
  margin-top: 30px;
}

.sidebar-wrapper .youtube-box .title {
  background: url(../images/common/movie-icon.png) no-repeat left center;
  -webkit-background-size: 30px 30px;
          background-size: 30px 30px;
}

.sidebar-wrapper .youtube-box .youtube-container .inner iframe {
  width: 250px;
  height: 140.625px;
}

.sidebar-wrapper .social-fb-box {
  overflow: hidden;
}

.sidebar-wrapper .social-fb-box .fb-page {
  width: 100%;
  overflow: hidden;
}

.sidebar-wrapper .social-fb-box .fb-page > span, .sidebar-wrapper .social-fb-box .fb-page iframe {
  display: block;
  margin: 0 auto;
}

.sidebar-wrapper .social-fb-box .title {
  background: url(../images/common/social-facebook-color-icon.png) no-repeat center left;
  -webkit-background-size: 30px 30px;
          background-size: 30px 30px;
}

.sidebar-wrapper .social-twitter-box {
  overflow: hidden;
	padding-bottom: 5px;
}

.sidebar-wrapper .social-twitter-box .title {
  padding-left: 45px;
  background: url(../images/common/social-twitter-color-icon.png) no-repeat center left;
  -webkit-background-size: 36px 30px;
          background-size: 36px 30px;
}

.sidebar-wrapper .social-twitter-box .twitter-timeline {
  display: block !important;
  border: 1px solid #e7e7e7 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

/* -----
 * フッター
----------------------------------------------------------------------------- */
.footer-wrapper {
  margin-top: 90px;
}

.footer-wrapper .move-top {
  display: block;
  position: relative;
  left: 50%;
  width: 75px;
  height: 33px;
  margin-left: -37px;
  background: url(../images/common/footer-top-arrow.png) no-repeat;
}

.footer-wrapper .top {
  background: #f8f4ef;
}

.footer-wrapper .top .inner {
  width: 900px;
  padding: 25px 0 45px;
  margin: 0 auto;
}

.footer-wrapper .top .inner .list {
  padding: 0;
  list-style: none;
}

.footer-wrapper .top .inner .list li {
  width: 280px;
  height: 70px;
  border-bottom: 1px solid #e8ddd0;
  float: left;
  display: table;
  margin-left: 30px;
}

.footer-wrapper .top .inner .list li:nth-child(3n-2) {
  margin-left: 0;
}

.footer-wrapper .top .inner .list li a {
  display: table-cell;
  padding-left: 10px;
  text-decoration: none;
  vertical-align: middle;
  background: url(../images/common/footer-link-arrow.png) no-repeat;
  background-position: center right 10px;
}

.footer-wrapper .top .inner .list li a:link, .footer-wrapper .top .inner .list li a:visited {
  color: #231815;
}

.footer-wrapper .top .inner .list li a.new:after {
  position: relative;
  content: 'NEW';
  display: inline-block;
  top: -1px;
  height: 16px;
  line-height: 1;
  padding: 3px 5px 2px 5px;
  margin-left: 10px;
  color: #FFF;
  background-color: #b89469;
  font-weight: 800;
  font-size: 11px;
  font-family: "Josefin Sans";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-wrapper .top .inner .list li a .bracket {
  display: block;
  font-size: 13px;
  margin-top: -0.25em;
}

.footer-wrapper .top .inner .list li a .bracket .-mg1 {
  color: #13007c;
}

.footer-wrapper .top .inner .list li a .bracket .-mg23 {
  color: #e60039;
}

.footer-wrapper .bottom {
  background: #bc986c;
  height: 50px;
  color: #FFF;
}

.footer-wrapper .bottom .inner {
  width: 1170px;
  margin: 0 auto;
}

.footer-wrapper .bottom .inner .links {
  float: left;
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-wrapper .bottom .inner .links li {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding-left: 40px;
  font-size: 13px;
}

.footer-wrapper .bottom .inner .links li:first-child {
  padding-left: 5px;
}

.footer-wrapper .bottom .inner .links li a {
  display: inline-block;
  text-decoration: none;
}

.footer-wrapper .bottom .inner .links li a:link, .footer-wrapper .bottom .inner .links li a:visited {
  color: #FFF;
}

.footer-wrapper .bottom .inner .copyrights {
  display: table;
  float: right;
  list-style: none;
}

.footer-wrapper .bottom .inner .copyrights li {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  padding-left: 40px;
}

.footer-wrapper .bottom .inner .copyrights li.yomiuri img {
  vertical-align: middle;
}

/*180705追加*/
.sidebar-wrapper .banner_single {
	margin-top: 10px;
	text-align: center;
}
.sidebar-wrapper .banner_single img {
	width: 250px;
}
/**/

/* ----------------------------------------------------------------------
 * PC (944px以上)
 * ---------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /**
   * link setting
   */
  a:hover, button:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

/* ----------------------------------------------------------------------
 * PC (768px以上) 180705追加⇒ 180827修正
 * ---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.sidebar-wrapper .banner-box .banner_fortune {
		margin-bottom: 30px;
	}
	.boxes {
		padding-top: 5px;
	}
}

/* ----------------------------------------------------------------------
 * sp
 * ---------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
  body.-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  /* -----
   * 共通パーツ
  ----------------------------------------------------------------------------- */
  /**
   * リンクボタン
   */
  .link-button {
    min-width: 170px;
    padding: 11px 15px 11px 15px;
    -webkit-transition: none;
    transition: none;
  }
  .link-button._font-sans {
    padding: 15px 15px 12px 15px;
  }
  .link-button:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: #c9ac89;
  }
  /**
   * ボーダー付きリンクボタン
   */
  .link-button-border {
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
  }
  .link-button-border:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .link-button-border:hover:before {
    background-color: #c9ac89;
  }
  .link-button-border:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: none;
    transition: none;
  }
  .link-button-border.-bg-white {
    background-color: transparent;
  }
  .link-button-border.-bg-white:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .link-button-border.-bg-white:hover:before {
    background-color: #FFF;
  }
  .link-button-border.-bg-transparent:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .link-button-border.-bg-transparent:hover:before {
    background-color: transparent;
  }
  .link-button-border.-current:before {
    background-color: #b89469;
  }
  /**
   * パンくず
   */
  .breadcrumb {
    padding: 5px 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
  }
  .breadcrumb ul {
    width: auto;
    margin: 0 auto;
    padding: 6px 0;
  }
  .breadcrumb ul li:after {
    vertical-align: middle;
    margin: 0 5px 0 7px;
    background: url(../images/common/breadcrumb-arrow-sp.png) no-repeat center;
    width: 4px;
    -webkit-background-size: 4px 8.5px;
            background-size: 4px 8.5px;
    margin-top: -2px;
  }
  /**
   * バナー
   */
  /**
   * コンテンツ共通タイトル
   */
  .body-title-box {
    margin-top: 30px;
  }
  .body-title-box .contents-title._font-sans {
    font-size: 28px;
  }
  .body-title-box .contents-title-ja {
    font-size: 14px;
    margin-top: -5px;
  }
  .body-title-box.-space {
    margin-bottom: 30px;
  }
  .contents-title._font-sans {
    font-size: 26px;
  }
  /**
   * ショップ検索 カウンター
   */
  .search-result-counter {
    font-size: 12px;
    margin-top: -5px;
  }
  .search-result-counter > .text {
    top: 6px;
  }
  .search-result-counter > .text-left {
    top: auto;
    bottom: 0;
    right: 85px;
  }
  .search-result-counter > .counter {
    font-size: 19px;
  }
  /**
   * SHOP NEWS アイテム一覧 セクション
   */
  .main-section-shop-news-wrapper .entries-container .entry-box .info .name {
    font-size: 10px;
  }
  /**
   * ショップ検索 の アイテム一覧
   */
  .main-section-shop-search-wrapper {
    margin-top: 50px;
  }
  .main-section-shop-search-wrapper .contents-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .main-section-shop-search-wrapper .contents-title > * {
    font-size: 11px;
  }
  /**
   * 記事メニューの上部配置ラッパー
   */
  .entries-nav {
    margin: 30px auto 20px;
    padding: 0 15px;
  }
  /**
   * 記事メニュー
   */
  .entries-menu .list {
    display: table;
  }
  .entries-menu .list li {
    display: table-cell;
    width: 25%;
    height: 30px;
    border-left: none;
  }
  .entries-menu .list li:last-child {
    border-right: none;
  }
  .entries-menu .list li.-current:after {
    bottom: -7px;
  }
  .entries-menu .list li.-current a, .entries-menu .list li.-current span, .entries-menu .list li:hover a, .entries-menu .list li:hover span {
    background-position: center -18px;
  }
  .entries-menu .list li:nth-child(1) a, .entries-menu .list li:nth-child(1) span {
    font-size: 11px;
  }
  .entries-menu .list li:nth-child(2) a, .entries-menu .list li:nth-child(2) span {
    width: 80px;
    height: 18px;
    background-image: url(../images/common/entries-menu-mg1-sp.png);
    -webkit-background-size: 100% 100%;
            background-size: 100%;
  }
  .entries-menu .list li:nth-child(3) a, .entries-menu .list li:nth-child(3) span {
    width: 86px;
    height: 18px;
    background-image: url(../images/common/entries-menu-mg2-sp.png);
    -webkit-background-size: cover;
            background-size: cover;
  }
  .entries-menu .list li:nth-child(4) a, .entries-menu .list li:nth-child(4) span {
    width: 86px;
    height: 18px;
    background-image: url(../images/common/entries-menu-mg3-sp.png);
    -webkit-background-size: cover;
            background-size: cover;
  }
  /**
   * 記事アイテム
   */
  .entries-container {
    width: 100%;
  }
  .entries-container.-column3 .entries {
    margin-left: -4%;
  }
  .entries-container.-column3 .entry-box {
    width: 46%;
  }
  .entries-container.-column3 .entry-box .box .thumb {
    position: relative;
    width: 100%;
    height: auto;
  }
  .entries-container.-column3 .entry-box .box .thumb:after {
    content: '';
    display: block;
    padding-top: 78.57%;
  }
  .entries-container.-column3 .entry-box .box .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .entries-container.-column3 .entry-box.-shop .mg-area {
    right: 4px;
    bottom: 4px;
    padding: 4px 8px 0;
    height: 13px;
  }
  .entries-container.-column4 .entries {
    margin-left: -4%;
  }
  .entries-container.-column4 .entry-box {
    width: 46%;
  }
  .entries-container.-column4 .entry-box .box .thumb {
    position: relative;
    width: 100%;
    height: auto;
  }
  .entries-container.-column4 .entry-box .box .thumb:after {
    content: '';
    display: block;
    padding-top: 82.93%;
  }
  .entries-container.-column4 .entry-box .box .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .entries-container .entry-box {
    width: 48%;
    margin-left: 4%;
    margin-top: 20px;
  }
  .entries-container .entry-box.-new .box .thumb:before {
    font-size: 9px;
    width: 35px;
    height: 15px;
    line-height: 18px;
    padding-top: 0;
  }
  .entries-container .entry-box a {
    text-decoration: none;
  }
  .entries-container .entry-box a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: none;
    transition: none;
  }
  .entries-container .entry-box .box .thumb {
    position: relative;
    width: 100%;
    height: auto;
  }
  .entries-container .entry-box .box .thumb:after {
    content: '';
    display: block;
    padding-top: 78.57%;
  }
  .entries-container .entry-box .box .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .entries-container .entry-box .box .detail {
    position: relative;
    font-size: 11px;
    background: none;
    color: #231815;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .entries-container .entry-box .box .date {
    display: none;
  }
  .entries-container .entry-box .box .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
  }
  .entries-container .entry-box .mg-area {
    font-size: 11px;
  }
  .entries-container .entry-box .info {
    font-size: 10px;
    margin-top: 8px;
    line-height: 1.4em;
  }
  .entries-container .entry-box .name, .entries-container .entry-box .title {
    font-size: 11px;
  }
  .entries-container .entry-box.-shop a:hover .box, .entries-container .entry-box.-shop a:hover .info, .entries-container .entry-box.-shop a:hover .name {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .entries-container .entry-box.-shop .mg-area {
    top: auto;
    right: 0px;
    bottom: 3px;
    font-size: 11px;
    padding: 0 6px;
  }
  .entries-container .entry-box.-event .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .entries-container .entry-box.-event .info .mg-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .entries-container .entry-box.-event .info .period {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 3px 0 0;
  }
  .entries-container .entry-box.-event .info .info-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: auto;
  }
  .entries-container .entry-box.-news .name {
    font-size: 10px;
    margin: 8px 0 0;
  }
  .entries-container .entry-box .category {
    font-size: 9px;
    margin: 0;
    padding: 5px 5px 1px;
  }
  .entries-container .more .link-button {
    font-size: 12px;
    margin-top: 20px;
  }
  /**
   * 検索フォーム
   */
  .search-form-box {
    width: 100%;
  }
  .search-form-box .form-area {
    width: 100%;
  }
  .search-form-box .form-area input {
    width: 75%;
    font-size: 16px;
  }
  .search-form-box .form-area button {
    min-width: 68px;
    width: 25%;
  }
  /* -----
   * ラッパー
  ----------------------------------------------------------------------------- */
  .global-wrapper {
    min-width: 100%;
    height: auto;
    border-top: none;
    overflow: hidden;
  }
  /* -----
   * ヘッダー
  ----------------------------------------------------------------------------- */
  .header-wrapper {
    height: 72px;
  }
  .header-inner {
    position: fixed;
    padding: 0;
    height: 72px;
    width: 100%;
    top: 0 !important;
    left: 0;
    background: #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 6px solid #bc986c;
    border-bottom: 1px solid #ede3d6;
    z-index: 15;
  }
  .header-inner .header-top > .left {
    display: block;
    float: left;
    margin-top: 0;
  }
  .header-inner .header-top > .logo {
    top: 0;
    left: 50%;
    max-width: 100%;
    height: auto;
    margin: 20px auto 0 -150px;
  }
  .header-inner .header-top > .logo img {
    height: 0;
    background: url(../images/common/logo-sp.png) no-repeat center bottom;
    -webkit-background-size: 215px 215px;
            background-size: 215px;
    width: 215px;
    padding-top: 30px;
  }
  .header-inner .header-top > .right {
    margin: 15px 10px 0 0;
  }
  .header-inner .sp-menu-button {
    position: relative;
    margin: 25px 0 0 15px;
    width: 30px;
    height: 15px;
  }
  .header-inner .sp-menu-button.-inner {
    margin: 0;
    top: -15px;
  }
  .header-inner .sp-menu-button.-open {
    height: 30px;
    margin-top: -10px;
  }
  .header-inner .sp-menu-button.-open span {
    width: 30px;
    background-color: #FFF;
  }
  .header-inner .sp-menu-button.-open span:nth-child(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
            transform: translateY(15px) rotate(-45deg);
  }
  .header-inner .sp-menu-button.-open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .header-inner .sp-menu-button.-open span:nth-child(3) {
    top: 15px;
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  .header-inner .sp-menu-button span {
    position: absolute;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 28px;
    height: 2px;
    background-color: #b89469;
  }
  .header-inner .sp-menu-button span:first-child {
    margin-top: 0;
  }
  .header-inner .sp-menu-button span:nth-child(1) {
    top: 0;
  }
  .header-inner .sp-menu-button span:nth-child(2) {
    top: 7px;
  }
  .header-inner .sp-menu-button span:nth-child(3) {
    top: 14px;
  }
  .header-inner .gate-links {
    width: 24px;
  }
  .header-inner .gate-links > *:nth-child(2) {
    margin-top: 5px;
  }
  .header-inner .gate-links span {
    text-align: right;
    width: 24px;
    height: 13.5px;
  }
  .header-inner .gate-links .link1 {
    background: url(../images/common/link-mg1-sp.png) no-repeat;
    -webkit-background-size: 24px 24px;
            background-size: 24px;
  }
  .header-inner .gate-links .link2 {
    background: url(../images/common/link-mg23-sp.png) no-repeat;
    -webkit-background-size: 24px 24px;
            background-size: 24px;
  }
  .header-inner .search-box {
    display: none;
  }
  .header-inner .language-box {
    display: none;
  }
  /**
   * ヘッダー ナビ
   */
  .header-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    margin: 0;
    background-color: #f7f1e9;
    -webkit-box-shadow: 0 7px 15px 2px #000;
            box-shadow: 0 7px 15px 2px #000;
    z-index: 10;
    -webkit-transition: bottom .3s ease-out;
    transition: bottom .3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .header-nav.-hide {
    bottom: -62px;
  }
  .header-nav .list {
    display: table;
    width: 100%;
  }
  .header-nav .list li {
    display: table-cell;
    width: 16.66667%;
    min-width: auto;
    margin: 0;
  }
  .header-nav .list li a {
    font-size: 9px;
    font-weight: bold;
    height: 55px;
    padding-top: 8px;
  }
  .header-nav .list li a:before {
    height: 22px;
    margin: 0;
    margin-bottom: 3px;
  }
  .header-nav .list li a:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -13px;
    display: block;
    width: 1px;
    height: 26px;
    background-color: #e5dbce;
  }
  .header-nav .list li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: inherit;
  }
  .header-nav .list li:nth-child(1) {
    display: none;
  }
  .header-nav .list li:nth-child(2) a:before {
    background: url(../images/common/footer-menu-icon1-sp.png) no-repeat center;
    -webkit-background-size: 18.5px 22px;
            background-size: 18.5px 22px;
  }
  .header-nav .list li:nth-child(2) a:after {
    content: none;
  }
  .header-nav .list li:nth-child(3) a:before {
    margin-left: 0;
    background: url(../images/common/footer-menu-icon2-sp.png) no-repeat center;
    -webkit-background-size: 22.5px 21px;
            background-size: 22.5px 21px;
  }
  .header-nav .list li:nth-child(4) a:before {
    margin-left: 0;
    background: url(../images/common/footer-menu-icon3-sp.png) no-repeat center;
    -webkit-background-size: 16.5px 21px;
            background-size: 16.5px 21px;
  }
  .header-nav .list li:nth-child(5) a:before {
    margin-left: 0;
    background: url(../images/common/footer-menu-icon4-sp.png) no-repeat center;
    -webkit-background-size: 20px 18.5px;
            background-size: 20px 18.5px;
  }
  .header-nav .list li:nth-child(6) a:before {
    margin-left: 0;
    background: url(../images/common/footer-menu-icon5-sp.png) no-repeat center;
    -webkit-background-size: 30px 19px;
            background-size: 30px 19px;
  }
  .header-nav .list li:nth-child(7) a:before {
    margin-left: 0;
    background: url(../images/common/footer-menu-icon6-sp.png) no-repeat center;
    -webkit-background-size: 7px 20px;
            background-size: 7px 20px;
  }
  .header-nav .list li.-current:before {
    content: none;
  }
  /**
   * ヘッダーSP
   */
  .sp-menu-wrapper {
    position: fixed;
    display: none;
    top: 0;
    left: -100%;
    background: #b89469;
    width: 100%;
    height: 100%;
    color: #FFF;
    z-index: 16;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .sp-menu-wrapper.-open {
    display: block;
  }
  .sp-menu-wrapper.-opening {
    left: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    /**
       * バナー
       */
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll > .inner {
    position: absolute;
    top: 0;
    margin: 50px 15px 0;
    padding-bottom: 30px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav {
    overflow: hidden;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list {
    list-style: none;
    padding: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li {
    width: 50%;
    min-height: 42px;
    float: left;
    border-bottom: 1px solid #FFF;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li > a {
    display: block;
    width: 100%;
    padding: 10px 2px 10px 0;
    padding-left: 30px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li > a:link, .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li > a:visited {
    color: #FFF;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li:nth-child(1) > a {
    background: url(../images/common/menu-icon1-sp.png) no-repeat center left 3px;
    -webkit-background-size: 27px 27px;
            background-size: 27px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li:nth-child(2) > a {
    background: url(../images/common/menu-icon2-sp.png) no-repeat center left 3px;
    -webkit-background-size: 24px 24px;
            background-size: 24px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li:nth-child(3) > a {
    background: url(../images/common/menu-icon3-sp.png) no-repeat center left 3px;
    -webkit-background-size: 26px 26px;
            background-size: 26px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li:nth-child(4) > a {
    background: url(../images/common/menu-icon4-sp.png) no-repeat center left 3px;
    -webkit-background-size: 25px 25px;
            background-size: 25px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li:nth-child(5) > a {
    background: url(../images/common/menu-icon5-sp.png) no-repeat center left 3px;
    -webkit-background-size: 27.5px 27.5px;
            background-size: 27.5px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li:nth-child(6) > a {
    background: url(../images/common/menu-icon6-sp.png) no-repeat center left 3px;
    -webkit-background-size: 23.5px 23.5px;
            background-size: 23.5px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-menu-nav > .list li:nth-child(7) > a {
    background: url(../images/common/menu-icon7-sp.png) no-repeat center left 3px;
    -webkit-background-size: 19.5px 19.5px;
            background-size: 19.5px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-type {
    margin-top: 20px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-type .title {
    padding: 5px;
    text-indent: 30px;
    font-size: 12px;
    font-weight: bold;
    background: #a38158 url(../images/common/search-icon-sp.png) no-repeat center left 8px;
    -webkit-background-size: 13px 13px;
            background-size: 13px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-type .facility-list {
    list-style: none;
    padding: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-type .facility-list > li:first-child > * {
    margin-top: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-type .category-list {
    list-style: none;
    padding: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-type .category-list > li {
    width: 47.5%;
    float: left;
    margin-left: 5%;
    font-weight: bold;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-type .category-list > li:nth-child(-n+2) > * {
    margin-top: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-type .category-list > li:nth-child(2n-1) {
    margin-left: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-form-box {
    width: 100%;
    border: 1px solid #FFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-form-box .form-area {
    display: table;
    width: 100%;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-form-box .form-area > * {
    display: table-cell;
    vertical-align: top;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-form-box .form-area input {
    background: #FFF;
    border: none;
    outline: none;
    padding: 0 2%;
    height: 32px;
    width: 76%;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-search-form-box .form-area button {
    width: 20%;
    height: 32px;
    border: none;
    background: none;
    color: #FFF;
    outline: none;
    font-weight: bold;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-language-list {
    display: table;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    font-weight: bold;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-language-list li {
    display: table-cell;
    padding: 0 0 0 2%;
    margin: 0;
    min-width: 18%;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-language-list li:first-child {
    padding-left: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-language-list li a {
    display: block;
    background-color: #c3a98a;
    padding: 7px 5px;
    text-decoration: none;
    text-align: center;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-language-list li a:link, .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-language-list li a:visited {
    color: #FFF;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-social-list {
    display: table;
    padding: 0;
    margin: 30px auto 0 auto;
    list-style: none;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-social-list li {
    float: left;
    margin-left: 20px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-social-list li:first-child {
    margin-left: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-social-list li:nth-child(2) {
    margin-top: 2px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .sp-social-list img {
    width: 50%;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box .banners li {
    height: 40px;
    line-height: 40px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box1 .banners li:nth-child(1) img {
    width: 78px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box1 .banners li:nth-child(2) img {
    width: 60px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box1 .banners li:nth-child(3) img {
    width: 55px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box1 .banners li:nth-child(4) img {
    width: 88px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box1 .banners li:nth-child(5) img {
    width: 94px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box1 .banners li:nth-child(6) img {
    width: 70px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box2 {
    margin-top: 0;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box2 .banners li img {
    display: none;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box2 .banners li a {
    height: 50px;
    background-color: #FFF;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box2 .banners li:nth-child(1) a {
    background-image: url(../images/common/banner7-sp.png);
    -webkit-background-size: 73px 40px;
            background-size: 73px 40px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box2 .banners li:nth-child(2) a {
    background-image: url(../images/common/banner8-sp.png);
    -webkit-background-size: 95px 41px;
            background-size: 95px 41px;
  }
  .sp-menu-wrapper .sp-menu-wrapper-scroll .banner-box2 .banners li:nth-child(3) a {
    background-image: url(../images/common/banner9-sp.png);
    -webkit-background-size: 86px 36.5px;
            background-size: 86px 36.5px;
  }
  /* -----
   * ボディー
  ----------------------------------------------------------------------------- */
  .body-wrapper {
    padding-top: 0;
  }
  .layout-container {
    margin-top: 60px;
  }
  /**
   * メイン
   */
  .main-wrapper {
    float: none;
    width: auto;
    left: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* -----
   * サイドバー
  ----------------------------------------------------------------------------- */
  .sidebar-wrapper {
    float: none;
    width: auto;
    left: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    /**
     * サイドバーバナー
     */
  }
  .sidebar-wrapper.-index .youtube-box {
    display: none;
  }
  .sidebar-wrapper .business-hours {
    display: none;
  }
  .sidebar-wrapper .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar-wrapper .social-boxes {
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sidebar-wrapper .banner-box1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar-wrapper .banner-box {
		/*180705修正
		margin-top: 20px;*/
		margin-top: 0px;
  }
	/*180705追加*/
	/*180827修正*/
  .sidebar-wrapper .banner-box .banner_fortune {
		margin-bottom: 25px;
  }
	/**/	
  .sidebar-wrapper .banner-box .banners.-two {
    margin-top: 5px;
  }
  .sidebar-wrapper .banner-box .banners.-two li {
    width: 49%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #e7e7e7;
    margin: 1%;
  }
  .sidebar-wrapper .banner-box .banners.-two li:nth-child(2n-1) {
    margin-left: 0;
  }
  .sidebar-wrapper .banner-box .banners.-two li:nth-child(2n) {
    margin-right: 0;
  }
  .sidebar-wrapper .banner-box1 .banners li:nth-child(1) a img {
    width: 95px;
  }
  .sidebar-wrapper .banner-box1 .banners li:nth-child(2) a img {
    width: 83px;
  }
  .sidebar-wrapper .banner-box1 .banners li:nth-child(3) a img {
    width: 75px;
  }
  .sidebar-wrapper .banner-box1 .banners li:nth-child(4) a img {
    width: 115px;
  }
  .sidebar-wrapper .banner-box1 .banners li:nth-child(5) a img {
    width: 125px;
  }
  .sidebar-wrapper .banner-box1 .banners li:nth-child(6) a img {
    width: 95px;
  }
  .sidebar-wrapper .banner-box2 {
    display: none;
  }
  .sidebar-wrapper .social-fb-box {
    width: 100%;
  }
  .sidebar-wrapper .social-fb-box .title {
    padding-left: 45px;
    padding-top: 4px;
    -webkit-background-size: 33px 33px;
            background-size: 33px 33px;
    min-height: 33px;
  }
  .sidebar-wrapper .social-twitter-box .title {
    padding-left: 50px;
    padding-top: 4px;
    -webkit-background-size: 44px 33px;
            background-size: 44px 33px;
    min-height: 33px;
  }
  /* -----
   * フッター
  ----------------------------------------------------------------------------- */
  .footer-wrapper {
    margin-top: 30px;
  }
  .footer-wrapper .move-top {
    width: 59px;
    height: 25px;
    margin-left: -30px;
    background: url(../images/common/footer-top-arrow-sp.png) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
  }
  .footer-wrapper .top .inner {
    width: 100%;
    padding: 10px 0 30px;
  }
  .footer-wrapper .top .inner .list {
    width: 100%;
    list-style: none;
  }
  .footer-wrapper .top .inner .list li {
    width: 45%;
    height: 50px;
    font-size: 10px;
    float: left;
    margin-left: 15px;
  }
  .footer-wrapper .top .inner .list li:nth-child(3n-2) {
    margin-left: 15px;
  }
  .footer-wrapper .top .inner .list li:nth-child(2n) {
    margin-left: 0;
    margin-right: 15px;
    float: right;
  }
  .footer-wrapper .top .inner .list li a {
    display: table-cell;
    padding-left: 0;
    padding-right: 15px;
    text-decoration: none;
    vertical-align: middle;
    background: url(../images/common/footer-link-arrow-sp.png) no-repeat;
    -webkit-background-size: 5px 9.5px;
            background-size: 5px 9.5px;
    background-position: center right 5px;
  }
  .footer-wrapper .top .inner .list li a:link, .footer-wrapper .top .inner .list li a:visited {
    color: #231815;
  }
  .footer-wrapper .top .inner .list li a.new:after {
    top: 0;
    height: 15px;
    padding: 4px 5px 1px 5px;
    margin-left: 10px;
    color: #FFF;
    font-size: 9px;
    font-family: "Josefin Sans";
  }
  .footer-wrapper .top .inner .list li a .bracket {
    font-size: 10px;
  }
  .footer-wrapper .bottom {
    height: auto;
    padding-bottom: 75px;
  }
  .footer-wrapper .bottom .inner {
    width: auto;
    margin: 0 auto;
  }
  .footer-wrapper .bottom .inner .links {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .footer-wrapper .bottom .inner .links li {
    padding: 0 15px;
    font-size: 10px;
  }
  .footer-wrapper .bottom .inner .links li:first-child {
    padding-left: 15px;
  }
  .footer-wrapper .bottom .inner .copyrights {
    display: block;
    float: none;
    padding: 0;
    margin-top: 30px;
  }
  .footer-wrapper .bottom .inner .copyrights li {
    display: block;
    font-size: 10px;
    padding-left: 0;
    text-align: center;
    margin: 0;
  }
  .footer-wrapper .bottom .inner .copyrights li.yomiuri a {
    display: block;
    width: 140px;
    height: 13px;
    background: url(../images/common/yomiuri-online-sp.png) no-repeat center;
    -webkit-background-size: 140px 13px;
            background-size: 140px 13px;
    margin: 0 auto 15px;
  }
  .footer-wrapper .bottom .inner .copyrights li.yomiuri img {
    display: none;
  }
  .footer-wrapper .bottom .inner .copyrights li .copyright {
    letter-spacing: 0.15em;
  }
}

/* ----------------------------------------------------------------------
 * sp < 375
 * ---------------------------------------------------------------------- */
@media screen and (max-width: 374px) {
  /* -----
   * ヘッダー
  ----------------------------------------------------------------------------- */
  .header-wrapper .header-nav .list li:nth-child(5) a {
    letter-spacing: -0.15em;
  }
}
