@charset "UTF-8";

/*
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　各EC共通 特集用 特集用ヘッダー・フッター

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/* グローバルヘッダー */
.global-header {
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff; }

.global-header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

/* ロゴ */
.global-header-logo__link {
  display: block;
  width: 150px;
  height: auto; }

.global-header-logo__image {
  width: 100%;
  height: auto; }

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　ギャレリア各EC共通 下層ページ

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.contents-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px; }

.contents-area {
  box-sizing: border-box;
  width: 835px;
  text-align: center;
  margin: 28px auto 0; }

.shop {
  margin-bottom: 80px;
  text-align: center;
  }

.shop_photo {
  display: flex;
  justify-content: center;
  margin-bottom: 25px; }
  
.shop_photo img {
    width: 700px;
    height: auto; }

.shop_suggest {
  width: 760px;
  display: flex;
  justify-content: center;
  margin: 0px auto 80px; }

.shop_suggest img {
    width: 760px;
    height: auto; }

.shop_event {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .shop_event img {
    width: 550px;
    height: auto; }

.shop_event_contents {
   display: flex;
   justify-content: center;
   font-size: 1.5rem;
   line-height: normal;
   letter-spacing: 0.1em;
   margin: 0px 150px 80px;
   width: 550px;}

    
.shop_data {
  width: 100%;
  margin-bottom: 60px; }

.shop_data dl {
  display: flex;
  border-top: 1px solid #eee; }

.shop_data dl:last-child {
  border-bottom: 1px solid #eee; }

.shop_data dt,
.shop_data dd {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 30px;
  color: #4c4c4c; }

.shop_data dt {
  display: flex;
  align-items: center;
  width: 22%;
  font-weight: 700;
  padding: 30px 20px;
  background: #fbfbf9; }

.shop_data dd {
  width: 88%; }

.shop_caption {
  margin-top: -20px;
  background: #fbfbf9;
  padding: 20px 30px 15px 30px;
  border: 1px solid #eee; }

.shop_caption p {
  font-size: 1.2rem;
  margin-bottom: 5px; }

.shop-ttl-heading {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 37px;
  text-align: center; }
  
.shop-ttl-heading span {
  line-height: 3.4rem;
}
  

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ 各EC共通 特集用 特集用ヘッダー・フッター Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 768px) {
  /* グローバルヘッダー */
  .global-header {
    padding-top: 3vw;
    padding-bottom: 3vw;
    background-color: #fff; }

  .global-header-wrapper {
    padding-right: 3vw;
    padding-left: 3vw; }

  /* ロゴ */
  .global-header-logo__link {
    width: 30vw;
    height: auto; }

  /* SNS */
  .global-header-sns__item {
    margin-left: 3.5vw; }

  .global-header-sns__item .fab {
    padding-top: 5px;
    font-size: 5vw; }

  .contents-wrapper {
    display: block;
    width: 100vw;
    margin-top: 10vw;
    margin-bottom: 10vw; }

  .contents-side-navi {
    display: none; }

  .contents-area {
    width: 100vw;
    margin-top: 0;
    padding-top: 2vw;
    padding-right: 3vw;
    padding-left: 3vw;
    border: none; }

  .shop {
    margin-bottom: 15vw; }

  .shop_photo {
    padding: 3vw;
    margin-bottom: 4vw;
    border: 1px solid #eee; }

  .shop_photo img {
    width: 100%;
    height: 100%; }

  .shop_suggest {
    margin-bottom: 15vw; }
    .shop_suggest img {
      width: 100%;
      height: 100%; }

  .shop_event {
    margin-bottom: 10vw; }
    .shop_event img {
      width: 100%;
      height: 100%; }

  .shop_event_contents {
    margin: 0vw 7vw 15vw 3vw;
    width: 95%;    
    font-size: 3.0vw; }
      
  .shop_data {
    margin-bottom: 8vw; }

  .shop_data dt,
  .shop_data dd {
    font-size: 3vw;
    padding: 3vw 4vw; }

  .shop_data dt {
    width: 30%;
    padding: 3vw 4vw; }

  .shop_data dd {
    width: 70%; }

  .shop_caption {
    margin-top: -4vw;
    background: #fbfbf9;
    padding: 4vw 6vw 2vw 6vw; }

  .shop_caption p {
    font-size: 2.5vw;
    line-height: 1.4;
    margin-bottom: 2vw; }

  .shop-ttl-heading {
    font-size: 4vw;
    line-height: 1.3;
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 4vw; } }

/*# sourceMappingURL=index.css.map */
