@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 15px;
  font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #646464;
  line-height: 1.5;
  background-color: #fff;
  letter-spacing: 0.05em;
  font-display: swap;
}

a {
  color: #646464;
  text-decoration: none;
}

a:hover {
  color: #646464;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

p {
  line-height: 1.5;
  text-align: left;
  color: #646464;
  margin: 0;
}

img {
  border: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#wrap {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* 改行 Style　*/
.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 787px) {
  body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 24px;
    color: #646464;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    letter-spacing: 0.03em;
    font-display: swap;
  }
  html {
    overflow-x: hidden;
  }
  p {
    line-height: 1.5;
    text-align: left;
  }
  #wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  /* 改行 Style　*/
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* Header Style　*/
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 0;
  background-color: #8C7864;
  position: fixed;
  top: 0;
  height: 78px;
  box-sizing: border-box;
  z-index: 900;
}

header > h1 {
  align-items: center;
  width: 117px;
  padding: 0 0 0 60px;
}

header nav {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

header > nav > ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  font-size: 17px;
  font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
}

header nav > ul > li {
  position: relative;
  list-style: none;
  text-align: right;
  padding-right: 70px;
}

header nav > ul > li:last-child {
  position: relative;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

header nav > ul > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}

header nav > ul > li > a:hover {
  color: #fff;
}

header nav > ul > li > a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

header nav > ul > li > a:hover::after {
  bottom: -4px;
  transform: scale(1, 1);
}

ul li:hover > ul > li {
  overflow: visible;
  height: auto;
  padding: 15px 20px;
}

@media screen and (max-width: 960px) {
  /* Header Style　*/
  header {
    height: 45px;
  }
  header > h1 {
    width: 12vw;
    padding: 0 0 0 30px;
    line-height: 0;
  }
  header nav {
    padding-right: 30px;
  }
  header > nav > ul {
    font-size: 16px;
  }
  header nav > ul > li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 560px) {
  /* Header Style　*/
  header {
    height: 45px;
  }
  header > h1 {
    width: 20.47vw;
    padding: 0 0 0 20px;
    line-height: 0;
  }
  header > h1 > .sitecopy {
    display: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 6px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    left: 6px;
    background: #fff;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 8px;
  }
  .hamburger span:nth-child(2) {
    top: 16px;
  }
  .hamburger span:nth-child(3) {
    top: 24px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    transform: rotate(45deg);
  }
  header nav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #8C7864;
    text-align: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  header > nav > ul {
    display: block;
    margin: 0 auto;
    padding: 40px 0 50px;
    width: 100%;
    font-size: 16px;
  }
  header > nav > ul > li {
    list-style-type: none;
    padding: 15px 0 15px 0;
    width: 100%;
    transition: 0.4s all;
    text-align: center;
    font-weight: 300;
  }
  header > nav > ul > li:hover {
    background: #8C7864;
    color: #fff;
  }
  header > nav > ul > li > a {
    display: block;
    color: #fff;
    padding: 0;
    text-decoration: none;
  }
  header > nav > ul > li > a:hover {
    color: #fff;
  }
  header > nav > ul > li > a::after {
    background: none;
  }
  ul li:hover > ul > li {
    padding: 20px 0 0;
  }
  ul li:hover > ul > li a {
    height: auto;
  }
  /* このクラスを、jQueryで付与・削除する */
  header nav.active {
    opacity: 100;
    visibility: visible;
  }
}
/* Movie埋め込み */
.movie_area {
  width: 55%;
  margin: 0 auto;
}

/* MP4埋め込み */
.vid_main {
  width: 100%;
  max-width: 100%; /*PC版での最大幅*/
  margin-top: 78px;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; /* 現プレイヤーでは不要？ */
  height: 0;
  margin-top: 78px;
  overflow: hidden;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .movie_area {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  /* MP4埋め込み */
  .vid_main {
    margin-top: 45px;
  }
  .movie {
    margin-top: 45px;
  }
}
/* メインビジュアルスライダー */
.sliderArea {
  max-width: 100%;
  margin: 78px auto 0;
  padding: 0 25px;
  overflow-x: hidden;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 3px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #8C7864;
}

/*-----------矢印表示----------*/
.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-arrow {
  z-index: 2 !important;
}

/*-----------矢印変更----------*/
.slick-arrow:before {
  content: "" !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url(../img/arrow_r.png) !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../img/arrow_l.png) !important;
  background-size: contain !important;
}

.slick-arrow {
  z-index: 2 !important;
  width: 35px !important;
  height: 35px !important;
}

.slick-next {
  right: -5px !important;
}

.slick-prev {
  left: -5px !important;
}

/*------------------------------*/
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.6;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

/*====================================================================
.full-screen
====================================================================*/
.full-screen .slick-list {
  overflow: visible;
}

.full-screen.slider {
  max-width: 1200px;
  margin: 0 auto 34px;
  padding: 0;
}

.full-screen .slick-dots {
  bottom: -33px;
}

.full-screen .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full-screen .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 8px;
  outline: 0;
  border-radius: 5px;
  transition-duration: 0.3s;
}

.full-screen .slick-dots li button:before {
  content: none;
}

.full-screen .slick-dots li button {
  background: #E8E8E8;
}

.full-screen .slick-dots li button:hover {
  background: #8C7864;
}

.full-screen .slick-dots li button:hover, .full-screen .slick-dots li.slick-active button {
  width: 9px;
  height: 9px;
  background: #8C7864;
}

@media screen and (max-width: 960px) {
  .sliderArea {
    max-width: 100%;
    margin: 45px auto 0;
    padding: 0 25px;
  }
  /*-----------矢印変更----------*/
  .slick-arrow {
    width: 25px !important;
    height: 25px !important;
  }
  .slick-next {
    right: -4px !important;
  }
  .slick-prev {
    left: -4px !important;
  }
  /*====================================================================
  .full-screen
  ====================================================================*/
  .full-screen.slider {
    max-width: 100%;
  }
  .full-screen .slick-dots {
    bottom: -20px;
  }
  .full-screen .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .full-screen .slick-dots li button:hover, .full-screen .slick-dots li.slick-active button {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 560px) {
  .sliderArea {
    max-width: 100%;
    margin: 45px auto 0;
    padding: 0 25px;
  }
  /*-----------矢印変更----------*/
  .slick-arrow {
    width: 20px !important;
    height: 20px !important;
  }
  .slick-next {
    right: -15px !important;
  }
  .slick-prev {
    left: -15px !important;
  }
  /*====================================================================
  .full-screen
  ====================================================================*/
  .full-screen.slider {
    max-width: 100%;
  }
  .full-screen .slick-dots {
    bottom: -20px;
  }
  .full-screen .slick-dots li button {
    width: 6px;
    height: 6px;
  }
  .full-screen .slick-dots li button:hover, .full-screen .slick-dots li.slick-active button {
    width: 7px;
    height: 7px;
  }
}
/* Main Style　*/
main {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 160px 0;
}

@media screen and (max-width: 787px) {
  main {
    width: 100%;
    padding: 0 0 70px;
  }
}
/* Top Style　*/
#news_area {
  width: 980px;
  margin: 0 auto;
  padding: 70px 0 0;
  display: flex;
  justify-content: space-between;
}
#news_area > h2 {
  font-size: 35px;
  font-weight: 500;
  color: #8C7864;
  text-align: left;
  margin: 0;
  letter-spacing: 0.11em;
}
#news_area > h2 > span {
  font-size: 12px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#news_area > .news_txt {
  width: 730px;
}
#news_area > .news_txt > ul {
  margin: 0;
  padding: 23px 0;
  display: flex;
  border-top: 1px solid #E8E8E8;
}
#news_area > .news_txt > ul > li {
  list-style: none;
  text-align: left;
  padding-right: 50px;
  font-size: 16.5px;
}
#news_area > .news_txt > ul > li:first-of-type {
  color: #8C7864;
}
#news_area > .news_txt > ul > li:last-of-type {
  padding-right: 5px;
}
#news_area > .news_txt > ul > .no_icon {
  text-indent: 3.45em;
}
#news_area > .news_txt > ul > .icon::before {
  content: "NEW";
  margin: 0 15px 0 5px;
  color: #fff;
  background: #8C7864;
  padding: 1px 5px;
  font-size: 11px;
}
#news_area > .news_txt > ul li a:hover {
  text-decoration: underline;
}
#news_area > .news_txt > ul .important {
  color: #e12323 !important;
  font-weight: 500;
  padding-left: 56px;
}
#news_area > .news_txt > ul:last-of-type {
  border-bottom: 1px solid #E8E8E8;
}

@media screen and (max-width: 1024px) {
  #news_area {
    width: 90%;
    padding: 60px 0 0;
    display: block;
  }
  #news_area > h2 {
    font-size: 34px;
    font-size: 3.3203125vw;
    padding: 0 0 25px;
  }
  #news_area > h2 > span {
    font-size: 12px;
    font-size: 1.171875vw;
    display: block;
    line-height: 1.2em;
  }
  #news_area > .news_txt {
    width: 100%;
  }
  #news_area > .news_txt > ul {
    padding: 23px 0;
  }
  #news_area > .news_txt > ul > li {
    font-size: 15px;
    font-size: 1.46484375vw;
    padding-right: 20px;
  }
  #news_area > .news_txt > ul .important {
    padding-left: 0;
  }
  #news_area > .news_txt > ul > li:last-of-type {
    padding-right: 5px;
  }
  #news_area > .news_txt > ul > .no_icon {
    text-indent: 0;
  }
  #news_area > .news_txt > ul > .icon::before {
    font-size: 12px;
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 960px) {
  #news_area > h2 {
    font-size: 34px;
    font-size: 3.5416666667vw;
  }
  #news_area > h2 > span {
    font-size: 14px;
    font-size: 1.4583333333vw;
    line-height: 2em;
  }
  #news_area > .news_txt > ul > li {
    font-size: 17px;
    font-size: 1.7708333333vw;
    padding-right: 16px;
  }
  #news_area > .news_txt > ul > .icon::before {
    font-size: 12.5px;
    font-size: 1.3020833333vw;
    margin: 0 10px 0 5px;
  }
}
@media screen and (max-width: 560px) {
  #news_area {
    width: 88%;
    padding: 40px 0 0;
    display: block;
  }
  #news_area > h2 {
    font-size: 24px;
    font-size: 6.4vw;
    padding: 0 0 25px;
    letter-spacing: 0.08em;
  }
  #news_area > h2 > span {
    font-size: 9px;
    font-size: 2.4vw;
    display: block;
    line-height: 2.3em;
  }
  #news_area > .news_txt {
    width: 100%;
  }
  #news_area > .news_txt > ul {
    padding: 11px 0;
    display: block;
  }
  #news_area > .news_txt > ul > li {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.7em;
    font-weight: 500;
  }
  #news_area > .news_txt > ul > .icon::before {
    margin: 0 6px 0 0;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
#concept_area {
  width: 1240px;
  padding: 80px 0 120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#concept_area > figure {
  margin: 0;
  max-width: 365px;
}
#concept_area > article {
  width: auto;
  margin: 0 auto;
}
#concept_area > article > .txt_area {
  width: auto;
  margin: 0 0 0 auto;
}
#concept_area > article > .txt_area > h2 {
  font-size: 35px;
  font-weight: 500;
  color: #8C7864;
  text-align: left;
  margin: 0;
  padding: 0 0 50px;
  letter-spacing: 0.11em;
}
#concept_area > article > .txt_area > h2 > span {
  font-size: 12px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#concept_area > article > .txt_area > p {
  font-size: 16px;
  line-height: 2.8em;
  letter-spacing: 0.07em;
}
#concept_area > article > .txt_area > h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.4em;
  color: #8C7864;
  text-align: left;
  margin: 0;
  padding: 5px 0 0;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  #concept_area {
    width: 90%;
    padding: 100px 0 80px;
  }
  #concept_area > figure {
    margin: 0;
    max-width: 25%;
  }
  #concept_area > article {
    width: 40%;
  }
  #concept_area > article > .txt_area {
    width: 100%;
    margin: 0;
  }
  #concept_area > article > .txt_area > h2 {
    font-size: 34px;
    font-size: 3.3203125vw;
    padding: 0 0 20px;
  }
  #concept_area > article > .txt_area > h2 > span {
    font-size: 12px;
    font-size: 1.171875vw;
    line-height: 1.2em;
  }
  #concept_area > article > .txt_area > p {
    font-size: 14px;
    font-size: 1.3671875vw;
    line-height: 2.4em;
  }
  #concept_area > article > .txt_area > h3 {
    font-size: 17px;
    font-size: 1.66015625vw;
    line-height: 2em;
    padding: 5px 0 0;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 960px) {
  #concept_area {
    padding: 50px 0 40px;
  }
  #concept_area > figure {
    margin: 0;
    max-width: 27%;
  }
  #concept_area > article {
    width: 40%;
    margin: 0;
  }
  #concept_area > article > .txt_area {
    width: 100%;
    margin: 0;
    padding: 0 0 25px 0;
  }
  #concept_area > article > .txt_area > h2 {
    font-size: 34px;
    font-size: 3.5416666667vw;
    padding: 0 0 20px;
  }
  #concept_area > article > .txt_area > h2 > span {
    font-size: 13px;
    font-size: 1.3541666667vw;
    line-height: 2em;
  }
  #concept_area > article > .txt_area > p {
    font-size: 15px;
    font-size: 1.5625vw;
    line-height: 2em;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  #concept_area > article > .txt_area > h3 {
    font-size: 17.5px;
    font-size: 1.8229166667vw;
    font-weight: 500;
    line-height: 1.85em;
    padding: 3px 0 0;
  }
}
@media screen and (max-width: 560px) {
  #concept_area {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #concept_area > figure {
    margin: 0 auto;
    max-width: 88%;
    order: 2;
    padding-bottom: 50px;
  }
  #concept_area > article {
    width: 88%;
    order: 1;
    margin: 0 auto;
  }
  #concept_area > article > .txt_area {
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 0 25px 0;
  }
  #concept_area > article > .txt_area > h2 {
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.08em;
    padding: 0 0 20px;
  }
  #concept_area > article > .txt_area > h2 > span {
    font-size: 9px;
    font-size: 2.4vw;
    line-height: 2.3em;
  }
  #concept_area > article > .txt_area > p {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 2.2em;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
  #concept_area > article > .txt_area > h3 {
    font-size: 15px;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.9em;
    padding: 3px 0 0;
    letter-spacing: 0.08em;
  }
}
#shop_area {
  width: 100%;
  background-color: #F6F6EE;
  padding: 110px 0 65px;
}
#shop_area > article {
  width: 1240px;
  margin: 0 auto;
}
#shop_area > article > h2 {
  font-size: 35px;
  font-weight: 500;
  color: #8C7864;
  text-align: center;
  margin: 0;
  letter-spacing: 0.11em;
}
#shop_area > article > h2 > span {
  font-size: 12px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#shop_area > article > figure {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 70px;
}
#shop_area > .thumb_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#shop_area > .thumb_area .thumb {
  width: 288px;
  background-color: #8C7864;
  margin: 0 0 30px;
  font-weight: 500;
}
#shop_area > .thumb_area .thumb .category {
  font-size: 12.5px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 22px 0 0;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
#shop_area > .thumb_area .thumb .category:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /*線の上下位置*/
  display: inline-block;
  width: 20px;
  height: 1px;
  transform: translateX(-50%); /*位置調整*/
  background-color: #fff;
}
#shop_area > .thumb_area .thumb .shop_name {
  font-size: clamp(16px, 1.5vw, 17.5px);
  color: #fff;
  text-align: center;
}
#shop_area > .thumb_area .thumb .floor {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 8px 0 22px;
}
#shop_area > .thumb_area::before {
  display: block;
  content: "";
  width: 288px;
  order: 1;
}
#shop_area > .thumb_area::after {
  display: block;
  content: "";
  width: 288px;
}

@media screen and (max-width: 1024px) {
  #shop_area {
    width: 100%;
    padding: 80px 0 65px;
  }
  #shop_area > article {
    width: 90%;
  }
  #shop_area > article > h2 {
    font-size: 34px;
    font-size: 3.3203125vw;
  }
  #shop_area > article > h2 > span {
    font-size: 12px;
    font-size: 1.171875vw;
    font-weight: 400;
    line-height: 1.2em;
  }
  #shop_area > article > figure {
    width: 70%;
    padding: 0 0 50px;
  }
  #shop_area > .thumb_area .thumb {
    width: 24%;
    margin-bottom: 30px;
  }
  #shop_area > .thumb_area .thumb .category {
    font-size: 11px;
    font-size: 1.07421875vw;
    padding: 20px 0 0;
    margin-bottom: 20px;
  }
  #shop_area > .thumb_area .thumb .shop_name {
    font-size: 16px;
    font-size: 1.5625vw;
  }
  #shop_area > .thumb_area .thumb .floor {
    font-size: 15px;
    font-size: 1.46484375vw;
    padding: 5px 0 20px;
  }
  #shop_area > .thumb_area::before {
    width: 24%;
  }
  #shop_area > .thumb_area::after {
    width: 24%;
  }
}
@media screen and (max-width: 960px) {
  #shop_area {
    padding: 60px 0;
  }
  #shop_area > article {
    width: 90%;
  }
  #shop_area > article > h2 {
    font-size: 34px;
    font-size: 3.5416666667vw;
  }
  #shop_area > article > h2 > span {
    font-size: 14px;
    font-size: 1.4583333333vw;
    line-height: 2em;
  }
  #shop_area > article > figure {
    width: 80%;
    padding: 0 0 45px;
  }
  #shop_area > .thumb_area .thumb {
    width: 24%;
    margin: 0 0 10px;
  }
  #shop_area > .thumb_area .thumb .category {
    font-size: 12px;
    font-size: 1.25vw;
    padding: 18px 0 0;
    margin-bottom: 15px;
  }
  #shop_area > .thumb_area .thumb .category:before {
    bottom: -8px; /*線の上下位置*/
  }
  #shop_area > .thumb_area .thumb .shop_name {
    font-size: 17px;
    font-size: 1.7708333333vw;
  }
  #shop_area > .thumb_area .thumb .floor {
    font-size: 15px;
    font-size: 1.5625vw;
    padding: 2px 0 15px;
  }
}
@media screen and (max-width: 560px) {
  #shop_area {
    padding: 50px 0 50px;
  }
  #shop_area > article {
    width: 90%;
    margin: 0 auto;
  }
  #shop_area > article > h2 {
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.08em;
    text-align: left;
  }
  #shop_area > article > h2 > span {
    font-size: 9px;
    font-size: 2.4vw;
    line-height: 2.3em;
  }
  #shop_area > article > figure {
    width: 100%;
    padding: 10px 0 40px;
  }
  #shop_area > .thumb_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #shop_area > .thumb_area .thumb {
    width: 48.5%;
    margin: 0 0 2.8vw;
  }
  #shop_area > .thumb_area .thumb .category {
    font-size: 9.5px;
    font-size: 2.5333333333vw;
    padding: 18px 0 0;
    margin-bottom: 15px;
  }
  #shop_area > .thumb_area .thumb .category:before {
    bottom: -8px; /*線の上下位置*/
    width: 12px;
  }
  #shop_area > .thumb_area .thumb .shop_name {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  #shop_area > .thumb_area .thumb .floor {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 1px 0 14px;
  }
}
.ginza_area {
  margin: 0;
}
.ginza_area > img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .ginza_area > img {
    height: 300px;
  }
}
@media screen and (max-width: 960px) {
  .ginza_area > img {
    height: 300px;
  }
}
@media screen and (max-width: 560px) {
  .ginza_area > img {
    height: 180px;
  }
}
#access_area {
  width: 1240px;
  margin: 0 auto;
  padding: 100px 0 0;
}
#access_area > h2 {
  font-size: 35px;
  font-weight: 500;
  color: #8C7864;
  text-align: center;
  margin: 0;
  padding: 0 0 40px;
  letter-spacing: 0.11em;
}
#access_area > h2 > span {
  font-size: 12px;
  display: block;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 400;
}
#access_area > section {
  width: 756px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0 40px;
}
#access_area > section > address {
  font-style: normal;
}
#access_area > section > address > h3 {
  font-size: 17.5px;
  font-weight: 500;
  color: #8C7864;
  text-align: left;
  margin: 0;
  padding: 0 0 10px;
}
#access_area > section > address > p {
  font-size: 15px;
}
#access_area > section > p {
  line-height: 1.7em;
  border-left: 1px solid #8C7864;
  padding-left: 52px;
}
#access_area > .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#access_area > .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #access_area {
    width: 90%;
    padding: 80px 0 0;
  }
  #access_area > h2 {
    font-size: 34px;
    font-size: 3.3203125vw;
    padding: 0 0 40px;
  }
  #access_area > h2 > span {
    font-size: 12px;
    font-size: 1.171875vw;
    line-height: 1.2em;
  }
  #access_area > section {
    width: 80%;
    padding: 0 0 40px;
  }
  #access_area > section > address > h3 {
    font-size: 17.5px;
    font-size: 1.708984375vw;
    padding: 0 0 10px;
  }
  #access_area > section > address > p {
    font-size: 15px;
    font-size: 1.46484375vw;
  }
  #access_area > section > p {
    padding-left: 54px;
    font-size: 14px;
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 960px) {
  #access_area {
    width: 90%;
    padding: 50px 0 0;
  }
  #access_area > h2 {
    font-size: 34px;
    font-size: 3.5416666667vw;
    text-align: left;
    padding: 0 0 30px;
  }
  #access_area > h2 > span {
    font-size: 14px;
    font-size: 1.4583333333vw;
    line-height: 2em;
  }
  #access_area > section {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 0 25px;
  }
  #access_area > section > address {
    font-style: normal;
  }
  #access_area > section > address > h3 {
    font-size: 22px;
    font-size: 2.2916666667vw;
    color: #8C7864;
    text-align: left;
    padding: 0 0 10px;
  }
  #access_area > section > address > p {
    font-size: 18px;
    font-size: 1.875vw;
    position: relative;
    margin-bottom: 40px;
    font-weight: 500;
  }
  #access_area > section > address > p:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    display: inline-block;
    width: 44px;
    height: 1px;
    background-color: #8C7864;
  }
  #access_area > section > p {
    font-size: 16px;
    font-size: 1.6666666667vw;
    border-left: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 560px) {
  #access_area {
    width: 88%;
  }
  #access_area > h2 {
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.08em;
  }
  #access_area > h2 > span {
    font-size: 9px;
    font-size: 2.4vw;
    line-height: 2.3em;
  }
  #access_area > section > address > h3 {
    font-size: 15.5px;
    font-size: 4.1333333333vw;
    font-weight: 500;
  }
  #access_area > section > address > p {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  #access_area > section > p {
    font-size: 10px;
    font-size: 2.6666666667vw;
    text-align: justify;
    font-weight: 500;
  }
}
/* Pagetop Style　*/
#pageTop {
  width: 50px;
  position: fixed;
  bottom: 160px;
  right: 0;
}

#pageTop a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 560px) {
  #pageTop {
    position: fixed;
    width: 40px;
    bottom: 140px;
    right: 0;
  }
}
/* Footer Style　*/
footer {
  width: 100%;
  background-color: #1A1A1B;
}
footer > .footarea {
  width: 714px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
footer > .footarea > address {
  font-style: normal;
}
footer > .footarea > address > h2 {
  font-size: 20px;
  font-weight: 500;
  color: #8C7864;
  text-align: left;
  margin: 0;
  padding: 0 0 4px;
}
footer > .footarea > address > p {
  font-size: 12.5px;
  color: #fff;
}
footer > .footarea > address > .cap {
  font-size: 12.5px;
  padding: 30px 0 0;
}
footer > .footarea > address > h3 {
  font-size: 16.5px;
  text-align: left;
  margin: 0;
  padding: 10px 0 0;
  color: #fff;
}
footer > .footarea > address > .tel {
  font-size: 32px;
  color: #8C7864;
}
footer > .footarea > address > .tel > span {
  font-size: 16px;
}
footer > .footarea > address > .tel a {
  color: #8C7864;
}
footer > .footarea > address > .tel a:hover {
  text-decoration: none;
}
footer > .footarea > address > .hours {
  font-size: 15px;
  padding-bottom: 3px;
}
footer > .footarea > address .produced_area {
  display: flex;
  align-items: center;
  padding: 30px 0 0;
}
footer > .footarea > address .produced_area > p {
  font-size: 15px;
  color: #828282;
}
footer > .footarea > address .produced_area > figure {
  margin: 0;
  width: 200px;
}
footer > .footarea > .info > figure {
  width: 230px;
  margin: 0;
}
footer > .footarea > .info > .link {
  font-size: 13px;
  color: #fff;
  padding: 96px 0 44px;
}
footer > .footarea > .info > .link a {
  color: #fff;
}
footer > .footarea > .info > .link a:hover {
  text-decoration: underline;
}
footer > .footarea > .info > .copyright {
  font-size: 10px;
  color: #828282;
}

@media screen and (max-width: 960px) {
  footer > .footarea {
    width: 90%;
    padding: 50px 0 40px;
    display: block;
  }
  footer > .footarea > address > h2 {
    font-size: 34px;
    font-size: 3.5416666667vw;
    padding: 0 0 20px;
  }
  footer > .footarea > address > p {
    font-size: 15px;
    font-size: 1.5625vw;
  }
  footer > .footarea > address > .cap {
    font-size: 15px;
    font-size: 1.5625vw;
    padding: 30px 0 0;
  }
  footer > .footarea > address > h3 {
    font-size: 18px;
    font-size: 1.875vw;
    padding: 10px 0 3px;
  }
  footer > .footarea > address > .tel {
    font-size: 37px;
    font-size: 3.8541666667vw;
  }
  footer > .footarea > address > .tel > span {
    font-size: 13px;
    font-size: 1.3541666667vw;
  }
  footer > .footarea > address > .hours {
    font-size: 17px;
    font-size: 1.7708333333vw;
    padding-bottom: 6px;
  }
  footer > .footarea > address .produced_area > p {
    font-size: 17px;
    font-size: 1.7708333333vw;
  }
  footer > .footarea > address .produced_area > figure {
    width: 130px;
  }
  footer > .footarea > .info > figure {
    width: 180px;
    margin: 0;
    padding: 45px 0;
  }
  footer > .footarea > .info > .link {
    font-size: 15px;
    font-size: 1.5625vw;
    padding: 0 0 45px;
  }
  footer > .footarea > .info > .copyright {
    font-size: 12px;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 560px) {
  footer > .footarea {
    width: 88%;
    padding: 50px 0;
    display: block;
  }
  footer > .footarea > address > h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    padding: 0 0 20px;
    letter-spacing: 0.08em;
  }
  footer > .footarea > address > p {
    font-size: 11.5px;
    font-size: 3.0666666667vw;
  }
  footer > .footarea > address > .cap {
    font-size: 11.5px;
    font-size: 3.0666666667vw;
    padding: 30px 0 0;
  }
  footer > .footarea > address > h3 {
    font-size: 13.5px;
    font-size: 3.6vw;
    padding: 15px 0 3px;
  }
  footer > .footarea > address > .tel {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
  footer > .footarea > address > .tel > span {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  footer > .footarea > address > .hours {
    font-size: 14.5px;
    font-size: 3.8666666667vw;
    padding-bottom: 5px;
  }
  footer > .footarea > address .produced_area > p {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  footer > .footarea > address .produced_area > figure {
    width: 110px;
  }
  footer > .footarea > .info > figure {
    width: 150px;
    margin: 0;
    padding: 45px 0;
  }
  footer > .footarea > .info > .link {
    font-size: 12.5px;
    font-size: 3.3333333333vw;
    padding: 0 0 45px;
  }
  footer > .footarea > .info > .copyright {
    font-size: 10.5px;
    font-size: 2.8vw;
  }
}/*# sourceMappingURL=style.css.map */