@charset "UTF-8";
.js-tab-box {
  display: none;
}
.js-tab-box.is-open {
  display: block;
}
.head-group:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 100%;
  height: 1px;
  border-bottom: #75902f 1px solid;
  z-index: 0;
}
.head-group .tab-switch {
  width: 92%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.head-group .tab-switch .tab {
  width: 33%;
  border: 1px solid #dbe8ba;
  border-bottom: #75902f 1px solid;
  background: #fafce8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s;
}
.head-group .tab-switch .tab.two-tab {
  width: 49.2%;
}
.head-group .tab-switch .tab.-js-current {
  border: 1px solid #75902f;
  padding: 0;
  border-bottom: none;
  background: #fff;
  position: relative;
  z-index: 1;
}
.head-group .tab-switch .tab .js-tab-btn {
  display: block;
  padding: 22px 0;
  cursor: pointer;
}
.head-group .tab-switch .tab.-js-current .js-tab-btn {
  border-top: 7px solid #75902f;
  padding: 16px 0 22px;
  cursor: default;
}
.head-group .tab-switch li.two-tab.-js-current .js-tab-btn {
  padding: 16px 0 22px;
}
.head-group .tab-switch .tab:hover {
  background: #fff;
  border: 1px solid #75902f;
  border-bottom: none;
}
.head-group .tab-switch .tab .js-tab-btn:hover {
  opacity: 1;
}
.head-group .tab-switch .tab span.icon-tab {
  color: #78952e;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
.head-group .tab-switch .tab.two-tab span.icon-tab {
  padding-left: 45px;
}
.head-group .tab-switch .tab span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 29px;
  height: 30px;
  margin: auto;
}
.head-group .tab-switch .tab.two-tab span.icon-tab:before {
  width: 37px;
  height: 34px;
}
.head-group .tab-switch .tab span.icon-all:before {
  left: -10px;
  background-image: url(../images/common/menu-icon-news.svg);
  width: 41px;
}
.head-group .tab-switch .tab span.icon-shopnews:before {
  background-image: url(../images/common/icon-shopnews.svg);
}
.head-group .tab-switch .tab span.icon-event:before {
  background-image: url(../images/common/icon-event.svg);
}
.head-group .tab-switch .tab span.icon-floor:before {
  background-image: url(../images/common/menu-icon-floor.svg);
}
.head-group .tab-switch .tab span.icon-shop:before {
  background-image: url(../images/common/menu-icon-shop.svg);
}
.post-block {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#category .post-block {
  margin: 40px auto 20px;
}
.post-block .post-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: -90px;
  margin-bottom: 0;
  padding-top: 90px;
}
.post-block .tag-group {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.post-block .tag-group .category {
  font-weight: 700;
  letter-spacing: 1px;
}
.post-container.shop-block {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.post-container.shop-block .post-list-link a {
  margin: 24px auto 24px;
}
.post-container.shop-block .card-post {
  width: 32%;
  margin-bottom: 40px;
  margin-right: 2%;
  list-style: none;
}
.post-container.shop-block .card-post:nth-child(3n) {
  margin-right: 0;
}
.post-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
/** card post**/
.card-post {
  position: relative;
}
.card-post a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.25s ease-out;
}
.card-post a:hover {
  opacity: 1;
}
.card-post a:hover .thumb:before,
.card-post a:hover .thumb:after {
  opacity: 1;
}
.card-post a:hover .thumb:after {
  transform: translateY(0);
}
.card-post a:hover .thumb img {
  transform: scale(1.08);
}
.card-post a:hover .thumb img.-bg {
  transform: none;
}
.card-post .new {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #d9bc91;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 2;
}
.card-post .contents {
  padding: 0px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
}
.card-post .contents > *:first-child {
  margin-top: 0;
}
.card-post .title {
  margin: 0.8em 0 0;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.43;
}
.card-post .news-prefix,
.card-post .news-suffix {
  margin-bottom: 0;
}
.card-post .news-prefix + .title {
  margin-top: 0.4em;
}

.card-post .text {
  margin: 0.7em 0 0;
  font-size: 13.008px;
  font-size: 0.813rem;
}
.card-post .shop {
  margin: 0.5em 0 0;
}
.card-post .info-date {
  margin: 0.8em 0 0;
}
.card-post .info-bottom {
  margin-top: 0.45em;
}
.card-post .info-bottom p {
  margin: 0.15em 0 0;
}
.card-post .tag-group {
  margin: 0;
  font-size: 0;
}
.card-post .tag-group > span {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin-top: 20px;
  color: #757575;
  letter-spacing: 1px;
}
.card-post .tag-group > span.category {
  text-transform: uppercase;
  font-weight: 700;
}
.card-post .tag-group > span:not(:last-child) {
  margin-right: 10px;
}
.js-more .card-post {
  opacity: 1;
}
.js-more .card-post.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.tag-group .category {
  text-transform: uppercase;
}
.tag-group .category.-event {
  color: #627727;
}
.tag-group .category.-shop {
  color: #2c9390;
}
.tag-group .category.-feature {
  color: #a62b1f;
}
.tag-group .category.-open {
  background: #e2a17e;
}
.tag-group .category.-seasonpickup {
  background: #81aacc;
}
.tag-group .category.-column7 {
  background: #abbf6d;
}
.tag-group .category.-column11,
.tag-group .category.-column15 {
  background: #efab50;
}
.tag-group .category.-column12 {
  background: #84afae;
}
.tag-group .category.-column14 {
  background: #f98878;
}
.tag-group .category.-column16 {
  background: #f2aac7;
}
.card-post .shop {
  margin: 0.5em 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.thumb {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 3 / 2;
}
.post-container .thumb {
  border-radius: 15px;
}
.thumb:before,
.thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.3s ease-out;
}
.thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.thumb:after {
  content: "MORE";
  margin: auto;
  max-width: 70%;
  width: 118px;
  height: 32px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  color: #e0ed96;
  border: 2px solid #e0ed96;
  border-radius: 5px;
  z-index: 2;
  transform: translateY(-10px);
}
.thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  /*aspect-ratio: 3 / 2;*/
  transition: transform 0.3s linear;
}
.thumb img.-bg {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
  filter: blur(2px);
}
.thumb img.main {
  z-index: 0;
}
.floor-select {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1050px;
  margin: 20px auto 0px;
  position: relative;
  z-index: 1;
}
.floor-select .floor-link {
  width: 48%;
}
.floor-select .floor-link a {
  display: block;
  margin: 48px auto 0px;
  text-align: center;
  border-radius: 45px;
  padding: 10px 25px;
  background: #fff;
  border: 1px solid #bcc482;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #78952e;
}
.floor-select .floor-link a:hover {
  opacity: 1;
  background: #78952e;
  color: #fff;
}
.post-container.floor-block {
  width: 92%;
  max-width: 1200px;
  margin: 0px auto 40px;
}
.post-block .floor-title {
  font-size: 48px;
  align-items: center;
  /* 横線を上下中央 */
  display: flex;
  width: 100%;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: -90px;
  padding-top: 90px;
  position: relative;
  z-index: 0;
}
.post-block .floor-title span {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0;
  padding-top: 16px;
}
.post-block .floor-title:after {
  background-color: #78952e;
  content: "";
  flex-grow: 1;
  height: 1px;
  margin-left: 15px;
}
.floor-block .icon-list {
  width: 100%;
}
.floor-block .icon-list ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 30px auto 30px;
  padding: 9px 10px;
  border-top: 1px #bcc482 solid;
  border-bottom: 1px #bcc482 solid;
}
.floor-block .icon-list ul li {
  list-style: none;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.floor-block .icon-list ul li i {
  width: 27px;
  margin-right: 5px;
}

/* -----
 *ショップガイド
----------------------------------------------------------------------------- */
.guide-container .thumb {
  border-radius: 10px;
}
.guide-container .category-block,
.other_contents .category-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: 0 auto;
}
.guide-container .guide_contents {
  margin: 48px 0 16px;
  position: relative;
  z-index: 1;
}
.guide-container .category-block .category-name {
  display: flex;
  align-items: flex-end;
}
.guide-container .category-block .category-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 25px 0 0;
  color: #333;
}
.guide-container .category-block .number {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.4em;
  font-weight: 700;
  margin: 0;
  color: #333;
}
.guide-container .contents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 10px 0 0;
  padding: 13px 0 0;
  border-top: 1px solid #fff;
}
.guide-container .post-list-link a {
  margin: 48px auto 24px;
}
.contents .shop-logo {
  width: 26%;
  max-width: 86px;
  max-height: 62px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #e8e8e8;
  margin-right: 3%;
  padding: 5px;
}
.contents .shop-logo img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  left: 0%;
  right: 0;
  top: 0%;
  margin: auto;
}
.contents .shop-detail {
  flex: 1;
}
.contents .shopname {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.contents .shop-genre {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  margin: 0;
}
.contents .shop-genre .floor {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 10px;
  border-radius: 10px;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #627727;
  border: 1px solid #78952e;
}
.guide-container .post-container {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
/* slickの表示崩れ防止 */
.post-container.slick-slider {
  display: block;
}
.post-container.slick-slider .card-post {
  width: 100%;
  margin-right: 0;
}
.post-container.slick-slider .slick-slide {
  margin: 0 10px;
}
.slick-slider.slick-initialized {
  display: block;
}
.slider-news.slick-slider.slick-initialized {
  display: flex;
}
.post-container.slick-slider .slick-track {
  margin-left: 0;
}

/* -----
 *カテゴリーから探す
----------------------------------------------------------------------------- */
.category-select > ul {
  width: 92%;
  max-width: 1200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 80px auto 50px;
}
.category-select > ul > li {
  width: 25%;
  margin-bottom: 20px;
  padding: 20px 3px 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-left: 1px solid #bcc482;
}
.category-select > ul > li:last-child {
  border-right: 1px solid #bcc482;
}
.category-select > ul > li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.category-select > ul > li a::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 67px;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  flex-shrink: 0;
}
.category-select > ul > li.navi-all a::before {
  background-image: url(../images/shop/menu-icon-shop_guide.svg);
}
.category-select > ul > li.navi-food a::before {
  background-image: url(../images/shop/menu-icon-food.svg);
}
.category-select > ul > li.navi-fashion a::before {
  background-image: url(../images/shop/menu-icon-fashion.svg);
}
.category-select > ul > li.navi-life a::before {
  background-image: url(../images/shop/menu-icon-life.svg);
}
.category-select > ul > li.navi-beauty a::before {
  background-image: url(../images/shop/menu-icon-beauty.svg);
}
.category-select > ul > li.navi-service a::before {
  background-image: url(../images/shop/menu-icon-service.svg);
}
.category-select > ul > li a p {
  width: 100%;
  margin: 0.5em 0 0;
  padding-top: 5px;
  font-size: 0.9rem;
  line-height: 1.2em;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.category-select > ul > li a p span {
  display: block;
}

/* -----
 *ショップガイド詳細ページ
----------------------------------------------------------------------------- */
.head-group.head-contents:after {
  display: none;
}
.head-contents .adjust-width {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 92%;
  margin: auto;
}
.head-contents .contents .shop-logo {
  max-width: 104px;
  width: 20%;
  height: 74px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #e8e8e8;
  margin-right: 15px;
}
.head-contents .contents .shop-genre {
  font-size: 18px;
  font-size: 1.285rem;
}
.head-contents .contents .shop-genre .floor {
  font-size: 17px;
  font-size: 1.06rem;
  padding: 1px 14px;
  border-radius: 15px;
}
.head-contents .contents .shopname {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3em;
  margin: 7px 0 0px;
}
.shop-detail-contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 84px auto 25px;
}
.shop-detail-contents .thumb {
  max-width: 543px;
  width: 45%;
  border-radius: 20px;
}
.shop-detail-contents .contents {
  width: 50%;
}
.shop-detail-contents .contents .shop-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 25px;
}
.shop-detail-contents .contents .shop-text {
  border-top: 1px solid #bcc482;
  border-bottom: 1px solid #bcc482;
  margin-bottom: 30px;
  padding: 30px 0;
}
.shop-detail-contents .contents .shop-text .text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8em;
}
.shop-detail-contents .contents dl {
  display: flex;
  width: 100%;
  margin: 4px 0;
}
.shop-detail-contents .contents dl dt {
  min-width: 5em;
  margin-right: 5px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
.shop-detail-contents .contents dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

/* -----
 *ニュース詳細ページ
----------------------------------------------------------------------------- */
.head-group.head-contents .tag-group {
  margin-bottom: 0;
}
.head-group.head-contents .category {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase;
}
.head-group.head-contents .date {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.5px;
  color: #7b7b7b;
}
.head-group.head-contents .title {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  line-height: 1.5;
}
.head-group.head-contents .preposition {
  margin: 0.5em 0;
  font-size: 16px;
  font-size: 1rem;
}
.slider-news {
  width: 45%;
}
.slider-news.slick-slider.slick-initialized {
  opacity: 1 !important;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
}
.slider-news .slick-list {
  order: 1;
  width: 100%;
  margin-bottom: 5px;
}
.slider-news .slick-prev {
  order: 2;
  position: inherit;
  top: 0;
  bottom: 0;
}
.slider-news .slick-next {
  order: 4;
  position: inherit;
  top: 0;
  bottom: 0;
  margin-left: 0px;
}
.slider-news .slick-dots {
  order: 3;
  margin: 0 30px;
  padding-top: 10px;
  list-style: none;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.slider-news .slick-dots li.slick-active button {
  background: #78952e;
  border: 1px solid #78952e;
}
.shop-detail-contents .contents .news-text {
  margin-bottom: 30px;
}
.shop-detail-contents .contents .news-text .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8em;
}
.news-detail .shop-detail-contents a {
  text-decoration: none;
}
.news-detail .shop-detail-contents .info-bottom {
  border-top: 1px solid #bcc482;
  border-bottom: 1px solid #bcc482;
  padding: 20px 0;
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
}
.news-detail .shop-detail-contents a .info-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/button-arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 22px;
  height: 22px;
  margin: auto;
}
.news-detail .info-bottom .shop {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8em;
  margin: 5px 0 0;
}
.shop-detail-contents .contents .event-info dl {
  padding: 1em 0.5em;
  border-top: 1px solid #bcc482;
}
.shop-detail-contents .contents .event-info dl:last-child {
  border-bottom: 1px solid #bcc482;
}
.shop-detail-contents .contents .event-info dl dt {
  width: 8em;
  margin-right: 0;
}
.shop-detail-contents .contents .event-info dl dd {
  flex: 1;
  margin-left: 0;
}
.shop-detail-contents .contents .event-info .holiday {
  color: #c14538;
}
.shop-detail-contents .contents .event-info .scheduleNotes {
  display: block;
  margin-top: 1em;
}
.shop-detail-contents .contents .event-info a {
  text-decoration: underline;
}
.shop-detail-contents .contents .event-info a:hover {
  text-decoration: none;
}
.shop-detail-contents .contents .event-contents {
  margin-top: 32px;
}
.shop_contents .category-title,
.other_contents .category-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 15px;
}
.news-detail .shop_contents {
  border-top: 1px solid #bcc482;
  margin: 70px auto;
  padding-top: 55px;
}
.news-detail .shop_contents .post-container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 20px;
  padding: 0;
}
.news-detail .shop_contents .post-container .card-post {
  width: 49%;
  margin-bottom: 30px;
  list-style: none;
}
.news-detail .shop_contents .post-container .card-post a {
  display: flex;
  justify-content: space-between;
}
.news-detail .shop_contents .post-container .thumb {
  width: 30%;
}
.news-detail .shop_contents .post-container .contents {
  width: 63%;
}
.news-detail .shop_contents .post-container .card-post .tag-group > span {
  margin-top: 0px;
}
.news-detail .shop_contents .info-bottom .shop {
  font-size: 14px;
  font-size: 0.875rem;
}
.other_contents {
  background: #f0f7f3;
  padding: 65px 0 110px;
}
.other_contents.slick .slick-slide {
  margin: 10px 15px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* tablet */
  .contents .shopname {
    font-size: 13px;
    font-size: 0.928rem;
    line-height: 1.3em;
    margin-bottom: 5px;
  }
  .contents .shop-genre {
    font-size: 10px;
    font-size: 0.714rem;
    display: flex;
    align-items: center;
  }
  .contents .shop-genre .floor {
    font-size: 10px;
    font-size: 0.714rem;
    padding: 0 4px;
    border-radius: 5px;
    margin-top: 2px;
  }
  .card-post .tag-group > span,
  .card-post .shop {
    font-size: 12px;
  }
  .card-post .title {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .head-group {
    padding: 30px 0 0;
  }
  .head-group .tab-switch .tab .js-tab-btn {
    padding: 24px 0 4px;
  }
  .head-group .tab-switch .tab.two-tab .js-tab-btn {
    padding: 14px 0 14px;
  }
  .head-group .tab-switch .tab.-js-current .js-tab-btn {
    border-top: 4px solid #75902f;
    border-bottom: none;
    padding: 22px 0 4px;
  }
  .head-group .tab-switch .tab.two-tab.-js-current .js-tab-btn {
    padding: 12px 0 15px;
  }
  .head-group .tab-switch .tab span.icon-tab {
    color: #78952e;
    font-size: 0.714rem;
    line-height: 1.4em;
    position: relative;
    padding-left: 0px;
    padding-top: 25px;
  }
  .head-group .tab-switch .tab span.icon-tab:before {
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 29px;
    height: 20px;
    margin: auto;
  }
  .head-group .tab-switch .tab.two-tab span.icon-tab {
    padding-left: 32px;
    padding-top: 0px;
    font-size: 0.8rem;
  }
  .head-group .tab-switch .tab.two-tab span.icon-tab:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 24px;
    height: 22px;
    margin: auto;
  }
  .head-group .tab-switch .tab span.icon-all:before {
    left: 0px;
    width: 30px;
  }
  .post-list-link a {
    width: 90%;
    min-width: auto;
    margin: 10px auto 5px;
    padding: 13px 25px;
  }
  .post-list-link a span {
    min-width: auto;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.3em;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .post-block {
    margin: 20px auto 0px;
  }
  #category .post-block {
    margin: 20px auto 10px;
  }
  .post-block .post-title {
    font-size: 18px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .post-block .tag-group {
    font-size: 0.714rem;
  }
  .post-container.shop-block {
    margin: 15px auto 0;
  }
  .post-container.shop-block .card-post {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .post-container.shop-block .card-post:nth-child(2n + 1) {
    margin-right: 4%;
  }
  .post-container .thumb {
    border-radius: 10px;
  }
  .card-post .tag-group > span {
    font-size: 11px;
    font-size: 0.785rem;
    margin-top: 10px;
  }
  .card-post .tag-group > span:not(:last-child) {
    margin-right: 5px;
    letter-spacing: 0;
  }
  .card-post .title {
    margin: 0.5em 0 0;
    font-size: 13px;
    font-size: 0.928rem;
  }
  .card-post .shop {
    margin: 0.2em 0 0;
    font-size: 11px;
    font-size: 0.785rem;
  }
  .card-post .shop-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25%;
    margin-right: 0;
    padding: 2px;
    border: none;
  }
  .contents .shop-detail {
    width: 100%;
  }
  .guide-container .contents {
    margin: 0;
    padding-top: 8px;
  }
  .guide-container .post-list-link a {
    margin: 16px auto 5px;
  }
  .guide-container .slick .slick-slide {
    margin: 0 7px;
  }
  .card-post .info-bottom {
    margin-top: 0.25em;
  }
  .guide-container .guide_contents {
    margin: 7px 0 14px;
  }
  .guide-container .category-block .category-title {
    font-size: 16px;
    font-size: 1.142rem;
    line-height: 1.4em;
    margin: 0 15px 0 0;
  }
  .guide-container .category-block .number {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.4em;
  }
  .guide-container .thumb {
    border-radius: 5px;
  }
  .floor-select .floor-link {
    width: 49%;
  }
  .floor-select .floor-link a {
    margin: 20px auto 0px;
    border-radius: 45px;
    padding: 5px 15px;
    font-size: 0.9rem;
  }
  .post-container.floor-block {
    width: 100%;
    margin: 0 auto 10px;
  }
  .post-block .floor-title {
    font-size: 1.5rem;
    width: 92%;
    letter-spacing: 1px;
    margin: 0 auto 15px;
    padding-top: 0px;
  }
  .post-block .floor-title span {
    font-size: 0.9rem;
    line-height: 1.2em;
    padding-top: 4px;
  }
  .post-block .floor-title:after {
    margin-left: 5px;
  }
  .floor-block .icon-list ul {
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 5px auto 10px;
    padding: 3px 10px;
    border: none;
  }
  .floor-block .icon-list ul li {
    font-size: 0.7rem;
    margin-right: 2em;
    margin-bottom: 5px;
  }
  .floor-block .icon-list ul li i {
    width: 16px;
    margin-right: 2px;
  }
  .category-select > ul {
    justify-content: center;
    margin: 40px auto 15px;
  }
  .category-select > ul > li {
    width: 50%;
    margin-bottom: 10px;
    padding: 10px 3px 10px;
    font-size: 1.14rem;
    border-left: 1px solid #bcc482;
  }
  .category-select ul > li:nth-child(even) {
    border-right: 1px solid #bcc482;
  }
  .category-select > ul > li a::before {
    width: 50px;
    height: 36px;
  }

  /* -----
 *ショップガイド詳細ページ
----------------------------------------------------------------------------- */
  .head-contents .contents .shop-logo {
    width: 61px;
    height: 44px;
    margin-right: 15px;
  }
  .head-contents .contents .shop-genre {
    font-size: 0.857rem;
  }
  .head-contents .contents .shop-genre .floor {
    font-size: 0.714rem;
    padding: 1px 10px;
  }
  .head-contents .contents .shopname {
    font-size: 1.14rem;
    line-height: 1.3em;
    margin: 5px 0 0;
  }
  .contents .shopname {
    font-size: 1rem;
  }
  .shop-detail-contents {
    display: block;
    width: 100%;
    margin: 24px auto 20px;
  }
  .shop-detail-contents .thumb {
    max-width: auto;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
  }
  .shop-detail-contents .contents {
    width: 100%;
  }
  .shop-detail-contents .contents .shop-title {
    font-size: 1.285rem;
    margin-bottom: 20px;
  }
  .shop-detail-contents .contents .shop-text {
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .shop-detail-contents .contents .event-info {
    margin-top: 24px;
  }

  /* -----
 *ニュース詳細ページ
----------------------------------------------------------------------------- */
  .head-group.head-contents .category {
    font-size: 1rem;
    margin-right: 10px;
  }
  .head-group.head-contents .date {
    font-size: 1rem;
  }
  .head-group.head-contents .title {
    margin: 0;
    font-size: 1.14rem;
  }
  .slider-news {
    width: 100%;
  }
  .slider-news.slick-slider.slick-initialized {
    margin-top: 10px;
  }
  .slider-news .slick-list {
    margin-bottom: 0px;
  }
  .slider-news .slick-prev {
    margin: 0;
  }
  .slider-news .slick-next {
    margin: 0;
  }
  .slider-news .slick-dots {
    margin: 0 20px;
    padding-top: 0px;
  }
  .shop-detail-contents .contents .news-text {
    margin: 20px 0 30px;
  }
  .shop-detail-contents .contents .news-text .text {
    line-height: 1.8em;
  }
  .news-detail .shop-detail-contents .info-bottom {
    padding: 20px 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .news-detail .shop-detail-contents .info-bottom .shop-logo {
    width: 28%;
    height: 46px;
    margin-right: 15px;
  }
  .shop_contents .category-title,
  .other_contents .category-title {
    font-size: 1.2rem;
    margin: 0 0 0px;
  }
  .news-detail .shop_contents {
    border-top: none;
    margin: 40px auto 45px;
    padding-top: 0px;
  }
  .news-detail .shop_contents .post-container {
    display: block;
    margin-top: 20px;
  }
  .news-detail .shop_contents .post-container .card-post {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-detail .shop_contents .post-container .thumb {
    width: 40%;
  }
  .news-detail .shop_contents .post-container .contents {
    width: 54%;
  }
  .news-detail .shop_contents .info-bottom .shop {
    font-size: 0.714rem;
  }
  .other_contents {
    padding: 30px 0 40px;
  }
  .other_contents.slick .slick-slide {
    margin: 0px 10px 15px;
  }
}
