@charset "UTF-8";

/* --------------------------
Shop Information
-------------------------- */

body{ background: #fff;}

.inner{
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

/* span.garamond {
  font-family: "EB Garamond", serif !important;
  font-style: normal;
  font-size: 1.1em;
  transform: rotate(0.28deg);
} */

.content_Wrap .ttl_Area{
  width: 100%;
  background: url(../img/shop/bg_pink.jpg);
  background-size: cover;
  background-position: top center ;
}
.ttl_Area > div > h1{
  width: 100%;
  max-width: 624px;
  margin: 0 auto;
  padding: 100px 0 40px;
}
.ttl_Area > div > p{
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.tab_Area{
  justify-content: space-between;
  margin: 70px auto 0;
  padding-bottom: 60px;
}
.tab_Area li{
  width: 25%;
  max-width: 270px;
}
.tab_Area li:not(:last-child){ margin-right: 10px;}
.tab_Area li a{
  display: block;
  background: #937b1b;
  border: #937b1b 1px solid;
  padding: 15px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
}
.tab_Area li a:hover{
  opacity: 1;
  background: #fff;
  color: #937b1b;
}
.map_Area{ margin: 40px auto ;}
.map_Area figure{
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}
.map_Area figure a:hover{ opacity: 1;}

.shop_Area{ padding: 100px 0 0;}
#Bakery,#Interior,#Gourmet,#Culture{
  padding-top: 120px;
  margin-top: -120px;
}
.shop_Area01,.shop_Area03{ background: #eeead9;}
.shop_Area02,.shop_Area04{ background: #fff;}
.shop_Area h2{
  position: relative;
  width: 100%;
}
.shop_Area h2 span{
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  z-index: 2;
}
.shop_Area h2::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #937b1b;
  width: 100%;
  height: 1px;
}
.shop_Area01 h2 span,.shop_Area03 h2 span{ background: #eeead9;}
.shop_Area02 h2 span,.shop_Area04 h2 span{ background: #fff;}
.shop_Area01 h2 span{ max-width: 371px;}
.shop_Area02 h2 span{ max-width: 225px;}
.shop_Area03 h2 span{ max-width: 438px;}
.shop_Area04 h2 span{ max-width: 195px;}

.shop_Box{
  margin: 70px auto 0;
  padding: 0 0 10px;
}
.shop_Box li[id^=link_]{
  margin-top: -180px;
  padding-top: 180px;
}
.shop_Box li{ margin-bottom: 100px;}
.shop_Box li h3{
  text-align: center;
  color: #a34656;
  font-size: 27px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.shop_Box li h3 span{ font-size: 20px;}
.shop_Box li > div{ justify-content: space-between;}
.shop_Box li > div.row-reverse{ flex-direction: row-reverse;}
.shop_Box li > div > .s_img{
  width: 50%;
  max-width: 540px;
}
.shop_Box li > div > .s_txt{ width: 48%;}
.s_txt .text{
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 40px;
}
.s_txt .address{
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.s_txt .link{
  font-size: 14px;
  color: #a34656;
}

@media (max-width: 767px) {

  .content_Wrap .ttl_area h1{
    padding: 38px 0 0;
    max-width: 123px;
  }

  .tab_Area,.shop_Box li > div{ flex-wrap: wrap;}
  .tab_Area li,
  .shop_Box li > div > .s_img,
  .shop_Box li > div > .s_txt{
    width: 100%;
    max-width: none;
  }

  .ttl_Area > div > h1{ padding: 70px 0 40px;}
  .ttl_Area > div > p{ font-size: 16px;}
  .map_Area{ margin: 0 auto;}
  .map_Area figure{ padding: 50px 0;}
  .shop_Area{ padding: 60px 0 0; }
  .shop_Box{ margin: 40px auto 0;}
  .shop_Box li{ margin-bottom: 80px;}
  .shop_Box:last-child li:last-child{ margin-bottom: 20px;}

  #Bakery, #Interior, #Gourmet, #Culture {
    padding-top: 56px;
    margin-top: -56px;
  }

  .tab_Area{
    margin: 40px auto 0;
    padding-bottom: 30px;
  }
  .tab_Area li{ width: 49%;}
  .tab_Area li:not(:last-child){
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tab_Area li a{
    font-size: 19px;
    padding: 15px 5px;
  }
  .shop_Area h2::after{ content: none;}
  .shop_Box li > div > .s_txt{ margin-top: 20px;}
  .shop_Box li h3 { font-size: 20px;}
  .s_txt .text{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .s_txt .address{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .s_txt .link{ font-size: 12px;}
  .shop_Box li h3 span{ font-size: 15px;}
  
}